我试图启动MAMP,但在启动时一直出错。
" MySql失败"
LOGFILE
[Wed Dec 06 17:17:50 2017] [notice] Digest: generating secret for digest authentication ...
[Wed Dec 06 17:17:50 2017] [notice] Digest: done
[Wed Dec 06 17:17:50 2017] [notice] FastCGI: process manager initialized (pid 71586)
[Wed Dec 06 17:17:50 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Wed Dec 06 17:18:23 2017] [notice] caught SIGTERM, shutting down
[Wed Dec 06 17:18:26 2017] [notice] Digest: generating secret for digest authentication ...
[Wed Dec 06 17:18:26 2017] [notice] Digest: done
[Wed Dec 06 17:18:26 2017] [notice] FastCGI: process manager initialized (pid 71984)
[Wed Dec 06 17:18:26 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Wed Dec 06 17:26:52 2017] [notice] caught SIGTERM, shutting down
[Wed Dec 06 17:27:01 2017] [notice] Digest: generating secret for digest authentication ...
[Wed Dec 06 17:27:01 2017] [notice] Digest: done
[Wed Dec 06 17:27:01 2017] [notice] FastCGI: process manager initialized (pid 72234)
[Wed Dec 06 17:27:01 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Wed Dec 06 17:27:20 2017] [notice] caught SIGTERM, shutting down
[Wed Dec 06 17:27:23 2017] [notice] Digest: generating secret for digest authentication ...
[Wed Dec 06 17:27:23 2017] [notice] Digest: done
[Wed Dec 06 17:27:23 2017] [notice] FastCGI: process manager initialized (pid 72793)
[Wed Dec 06 17:27:23 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Wed Dec 06 17:27:30 2017] [notice] caught SIGTERM, shutting down
[Wed Dec 06 17:27:36 2017] [notice] Digest: generating secret for digest authentication ...
[Wed Dec 06 17:27:36 2017] [notice] Digest: done
[Wed Dec 06 17:27:36 2017] [notice] FastCGI: process manager initialized (pid 73208)
[Wed Dec 06 17:27:36 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
我看到有关删除MySQL内容的解决方案等等。
rm /Applications/MAMP/db/mysql56/*
这没效果。
还尝试重新启动它
sudo killall -9 mysqld
有什么想法吗?