Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
1 通过homebrew 安装完mysql后,通过brew services start mysql启动mysql


可是还是有问题,出现了
ERROR! The server quit without updating PID file (/usr/local/var/mysql/localhost.pid)

在/usr/local/var/mysql/localhost.error 中发现



mysql 执行命令
1 启动
mysql.server start
2 停止
mysql.server start
3 链接
mysql -uroot -p