使用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<br />或者 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
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!