Monthly Archives: พฤศจิกายน 2012
How to Fix the MySQL Server Issue in MAMP
MAMP MySQL Won’t Start? – How to Fix the MySQL Server Issue in MAMP
แก้ไขปัญหา MySQL ไม่รัน / Apache Server ไม่รันใน MAMP
If you get the message “Error: Could not connect to MySQL server!” or if you have trouble starting up or restarting the MAMP Server with MySQL, you can try the following solution.
- Quit MAMP
- Open Terminal window
- Type “killall -9 mysqld” and press enter
- Start MAMP
- Start servers
This fixed the issue I was having with the MySQL server starting up on MAMP.
http://www.shaneperera.com/blog/
อ้างอิง
http://www.shaneperera.com/blog/mamp-mysql-wont-start-how-to-fix-the-mysql-server-issue-in-mamp/
adaydesign :)