brew 安装 mysql
Posted 布_鲁斯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了brew 安装 mysql相关的知识,希望对你有一定的参考价值。
在网上看到各种教程,都会出现ERROR 2002 (HY000): Can‘t connect to local mysql server through socket ‘/tmp/mysql.sock‘
1. 确保环境没有mysql
brew remove mysql
brew cleanup
2. 安装
brew install mysql
3. 启动
brew services start mysql
设置开机启动:launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
4.登录
mysql -uroot
以上是关于brew 安装 mysql的主要内容,如果未能解决你的问题,请参考以下文章