MySQL ERROR! The server quit without updating PID file - Shuang0420/Shuang0420.github.io GitHub Wiki
ERROR
MacBook-Pro-2:nyt Shuang$ sudo /usr/local/mysql/support-files/mysql.server start
Starting MySQL
. ERROR! The server quit without updating PID file (/usr/local/mysql/data/suredeMBP-2.wv.cc.cmu.edu.pid).
Solution
MacBook-Pro-2:data Shuang$ sudo chown -R _mysql:_mysql /usr/local/mysql/
SUCCESS!
MacBook-Pro-2:data Shuang$ sudo /usr/local/mysql/support-files/mysql.server start
Starting MySQL
. SUCCESS!