Been using indigo for a long time now with no issues at all. I tried to remove ONLY_FULL_GROUP_BY for an old website compatibility issue today and so I tried editing the my.cnf file by right clicking mysql8 in the relevant stack and editing the file in there (I know this isn't the correct way to do it now, just telling you my process). It didn't work, and when I refreshed my browser it was then giving me the error that mysql wasn't connected, also couldn't connect to any dbs via sequel. So I thought ok let's undo what I did to at least get mysql working again, but I've not been able to fix it, it's as if that one attempt at a config change has had a huge knock on effect.
I made a copy of the my.cnf before I made the change (just in case) and the version I see now doesn't include this line that was there before:
default_authentication_plugin = mysql_native_password
I tried to put it back in, including the version in the Services folder, but with each restart the line is removed. I don't know if this is the main issue or not.
Here is the error log
2025-09-29T15:02:17.505481Z 0 [System] [MY-015017] [Server] MySQL Server Initialization - start. 2025-09-29T15:02:17.509235Z 0 [Warning] [MY-010915] [Server] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release. 2025-09-29T15:02:17.509362Z 0 [System] [MY-013169] [Server] /Users/turvey/.indigo/stacks/28717A/mysql_A853/bin/mysqld (mysqld 8.4.6) initializing of server in progress as process 8861 2025-09-29T15:02:17.512398Z 0 [Warning] [MY-010159] [Server] Setting lower_case_table_names=2 because file system for /Users/turvey/.indigo/stacks/28717A/mysql_A853_data/ is case insensitive 2025-09-29T15:02:17.520268Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2025-09-29T15:02:17.920920Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2025-09-29T15:02:18.960115Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. 2025-09-29T15:02:19.797013Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user <via user signal>. Shutting down mysqld (Version: 8.4.6). 2025-09-29T15:02:20.211118Z 0 [System] [MY-015018] [Server] MySQL Server Initialization - end.
In the end I tried deleting the app (followed all the instructions on the website including removal of the hidden files etc) but when I load up the "new" app it loads up all my sites etc and I have the same problem. MySQL just isn't working. Please help!