原文:https://www.jianshu.com/p/e5c9e8ef8ccb
建议采用安装方式二:用Homebrew进行安装
原文中启停命令有点问题,修改为:
登陆mysql:mysql -u root -p
启动mysql:brew services start mysql
停止mysql:brew services stop mysql
原文:https://www.jianshu.com/p/e5c9e8ef8ccb
建议采用安装方式二:用Homebrew进行安装
原文中启停命令有点问题,修改为:
登陆mysql:mysql -u root -p
启动mysql:brew services start mysql
停止mysql:brew services stop mysql