mac使用brew安装mysql报RROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp
Posted Arrival
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac使用brew安装mysql报RROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp相关的知识,希望对你有一定的参考价值。
使用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的主要内容,如果未能解决你的问题,请参考以下文章