I've installed MAMP
on clean Windows 10
installation. When I try to run MAMP, it starts Apache server and doesn't start MySQL server
. I've searched and tried many different options but none of these help.
What I've tried:
Here is what error log says:
2019-02-20T10:13:34.538252Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2019-02-20T10:13:34.538322Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled.
2019-02-20T10:13:34.538601Z 0 [Note] C:\MAMP\bin\mysql\bin\mysqld.exe (mysqld 5.7.24-log) starting as process 10184
I ended up installing older version of MAMP (3.3.1), which is working fine now. Seems that version 4.1.0 is not stable or not compatible with my Windows.