问题描述
- Mac 上使用的brew 安装的Mysql,安装过程中没有错误。安装完成之后启动Mysql就显示:
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
的错误
解决方式
- 命令行中输入 :
mysql.server start
- 显示:
Starting MySQL
SUCCESS!
代表成功启动
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
的错误
mysql.server start
Starting MySQL
SUCCESS!
代表成功启动