系统:MAC
mysql登陆出现报错:
Can't connect to local MySQL server through socket '/tmp/mysql.sock'
google很久都没有解决,最后想完全删除与mysql有关的任何文件,再试试
第一步:先运行卸载指令:
'''
brew uninstall mysql
brew cleanup
'''
第二步:按照下列指导删除与mysql有关的文件:
https://gist.github.com/vitorbritto/0555879fe4414d18569d
第三步:重新安装
'''
brew install mysql
'''
网友评论