Search code examples
mysqlmamp

MySQL not starting on MAMP. Nothing is working


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:

  1. Uninstall / Install MAMP again
  2. Delete ib_logfile0, ib_logfile1, ibdata1
  3. Try different ports (3306, 8888)
  4. Type killall -9 msqld

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


Solution

  • 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.