MAMP ";#2006的解决方案-MySQL服务器已消失";错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MAMP ";#2006的解决方案-MySQL服务器已消失";错误相关的知识,希望对你有一定的参考价值。

Credit goes to [shyul](http://forum.mamp.info/memberlist.php?mode=viewprofile&u=61837"shyul") and the original forum post here: [original_post](http://forum.mamp.info/viewtopic.php?t=14115"original_post")
You need to modify the following file " ...MAMPinstartmysql.sh" with the code bellow
  1. # /bin/sh
  2. /Applications/MAMP/Library/bin/mysqld_safe --port=3306 --max_allowed_packet=268435456 --socket=/Applications/MAMP/tmp/mysql/mysql.sock --lower_case_table_names=0 --pid-file=/Applications/MAMP/tmp/mysql/mysql.pid --log-error=/Applications/MAMP/logs/mysql_error_log &

以上是关于MAMP ";#2006的解决方案-MySQL服务器已消失";错误的主要内容,如果未能解决你的问题,请参考以下文章

mac配置mamp

mac配置mamp

MAMP "403 Forbidden You don't have permission to access / on this server."

本地主机 MAMP 与共享数据库:错误 - “无法访问此站点”

Ruby-on-Rails-MAMP-数据库.yml

MAMP “无法启动 Apache,因为端口正在使用中。” AND“无法通过 /tmp/mysql.sock 连接到本地 MySQL 服务器