mac os 安装mysql
Posted zhoupufelix的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac os 安装mysql相关的知识,希望对你有一定的参考价值。
1.利用brew安装
brew install mysql
2.报错处理
ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ (2)
mysql.server start 启动mysql
3.更改初始密码
mysql> UPDATE user SET Password = PASSWORD(‘newpass’) WHERE User = ‘root’;
以上是关于mac os 安装mysql的主要内容,如果未能解决你的问题,请参考以下文章