brew移除mysql
- 确保环境没有mysql
brew remove mysql
brew cleanup
或:
brew uninstall mysql
- 安装
brew install mysql
- 启动
brew services start mysql
设置开机启动:launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
- 登录
mysql -uroot
brew remove mysql
brew cleanup
或:
brew uninstall mysql
brew install mysql
brew services start mysql
设置开机启动:launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
mysql -uroot