子沫
M_
04/20
本文最后更新于2021年05月10日,已超过1431天没有更新。如果文章内容或图片资源失效,请留言反馈,我会及时处理,谢谢!
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
解决办法
- sudo mysql.server stop
-
- sudo mysql.server start
- // Homebrew 安装MySQL想启动和关闭服务需要使用以下命令
-
- // 启动 mysql, 并设置为开机启动
- brew services start mysql
-
- // 关闭 mysql
- brew services stop mysql
-
- // 重启 mysql
- brew services restart mysql
-


版权属于:
Strjson博客-专注于各种精品源码、精品软件、技术教程分享、黑客技术、破解教程(爱你在心口难开、没事写一写)
本文链接:
https://jpgke.com/jiaocheng/391.html(转载时请注明本文出处及文章链接)
作品采用: