昨天把Mac OS X El Capitan 升级到10.11.6版本了,今天使用mysql的时候,发现连接不上数据库,phpmyadmin也不能登陆。感觉应该是mysql 没有启动,进入系统偏好设置里面发现mysql果然没有启动,点击启动,没有成功。
提示“Warning, /usr/local/mysql/data is not owned by 'mysql' or '_mysql'”
解决方法:依次执行如下命令
cd /usr/local/mysql
sudo chown -R _mysql data/
重启mysql就好了
来源去stackoverflow
Open a terminal:
- Check MySQL system pref panel, if it says something along the line "Warning, /usr/local/mysql/data is not owned by 'mysql' or '_mysql'
- If yes, go to the mysql folder cd /usr/local/mysql
- do a sudo chown -R _mysql data/
- This will change ownership of the /usr/local/mysql/data and all of its content to own by user '_mysql'
- Check MySQL system pref panel, it should be saying it's running now, auto-magically. If not start again.
- Another way to confirm is to do a
netstat -na | grep 3306
It should say:
tcp46 0 0 *.3306 . LISTEN
To see the process owner and process id of the mysqld:
ps aux | grep mysql
最新评论
朋友 交换链接吗
BudgetVM优惠码 2018-04-15
我也要评论,东华理工
Erchoc 2017-07-04
很强
Erchoc 2017-07-04
你是老师啊?
苟保罗 2016-07-28
写的这都是什么语言啊,看不懂呢
苟保罗 2016-07-28
包子还是一个有为青年。
纯野 2016-03-01
关于旅行,总有许多幸福和迷恋。初秋浪漫而至,期待自己的下一站快乐。
网上购买书架 2013-07-06
楼主你好,我最近也在研究安卓无线点餐,不知您的源码能否分享一下,提供一些思路,谢谢:)
jack 2013-05-22
嗯嗯,原来我以前的姿势都不对的啊
九道食品 2012-07-04
对不起,我也没搞清楚,是想下载别人的模板,都是在网上看到的,人家的“空间或者服务器主机,的文件地址咱们也不知道呀,怎么填写读入目录呀。 这样的话,根本是下不了别人网站上的模板吧。 请教详细的下载方法。最好是人家在线的网站
千刀乐 2012-03-27