码迷,mamicode.com
首页 > 数据库 > 详细

mac使用brew安装mysql报RROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

时间:2017-07-22 19:56:02      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:cal   oca   secure   没有   install   tmp   /tmp   error   can   

使用mac安装mysql安装完后运行

mysql -uroot -p

报了

ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ (2)

这是由于我们没有启动mysql,启动mysql使用

brew services start mysql
或者 mysql.server start

在启动前我们可以设置一下root密码

mysql_secure_installation

然后就能成功使用mysql啦

mac使用brew安装mysql报RROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

标签:cal   oca   secure   没有   install   tmp   /tmp   error   can   

原文地址:http://www.cnblogs.com/ailhc/p/7221978.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!