1.在终端敲命令搜索brew仓库有的mysql版本:brew search mysql
可以看到有5.5 ,5.6, 5,7 等版本
2.安装mysql5.5: brew install mysql@5.5
3.配置环境变量 : vim ~/.bash_profile
4.my.cnf 文件默认在:
/usr/local/etc/my.cnf
5.启动,关闭,重启mysql命令为:
- mysql.server start
- mysql.server stop
- mysql.server restart