美文网首页
mac安装mysql

mac安装mysql

作者: Shudamu | 来源:发表于2017-03-13 01:46 被阅读9次

使用brew安装mysql

$:brew install mysql

安装完成后

$:mysql

发现报错了

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

尝试使用

$:mysql -uroot

如果还是报错的话,执行一下命令

$:brew services start mysql

然后再执行

$:mysql -uroot

相关文章

网友评论

      本文标题:mac安装mysql

      本文链接:https://www.haomeiwen.com/subject/thxfnttx.html