1. 程式人生 > >報錯:ERROR! The server quit without updating PID file (/usr/local/var/mysql/chenyuntekiMacBook-Air.local.pid).

報錯:ERROR! The server quit without updating PID file (/usr/local/var/mysql/chenyuntekiMacBook-Air.local.pid).

在Mac上通過brew install mysql 安裝了完mysql

執行mysql.server start

報錯:ERROR! The server quit without updating PID file (/usr/local/var/mysql/chenyuntekiMacBook-Air.local.pid).

nano /usr/local/var/mysql/chenyuntekiMacBook-Air.local.err 

檢視錯誤資訊發現:The error means mysqld does not have the access rights to the directory 

猜測是檔案許可權的問題

執行:chmod -R 777 /usr/local/var/mysql/

問題解決!
---------------------
作者:coderyun
來源:CSDN
原文:https://blog.csdn.net/chenyun19890626/article/details/51059412
版權宣告:本文為博主原創文章,轉載請附上博文連結!