当前位置:Gxlcms > 数据库问题 > mac使用brew安装mysql报RROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

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

时间:2021-07-01 10:21:17 帮助过:11人阅读

使用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   

人气教程排行