MySQL 未开始使用 MAMP。什么都不起作用

MySQL not starting on MAMP. Nothing is working

我已经安装了 MAMP 干净的 Windows 10 安装。当我尝试 运行 MAMP 时,它会启动 Apache 服务器但不会启动 MySQL server。我已经搜索并尝试了许多不同的选项,但其中 none 有帮助。

我尝试过的:

  1. 再次卸载/安装 MAMP
  2. 删除ib_logfile0、ib_logfile1、ibdata1
  3. 尝试不同的端口(3306、8888)
  4. 键入 killall -9 msqld

这是错误日志的内容:

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

我最终安装了旧版本的 MAMP (3.3.1),现在运行良好。似乎版本 4.1.0 不稳定或与我的 Windows.

不兼容