macos安装mysql
## 安装mysql数据库服务器
brew install mysql
## 重新启动mysql服务器
brew services start mysql
## 登录mysql,默认是root账户登录
mysql -uroot
## 安装mysql数据库服务器
brew install mysql
## 重新启动mysql服务器
brew services start mysql
## 登录mysql,默认是root账户登录
mysql -uroot
本文标题:macos安装mysql
本文链接:https://www.haomeiwen.com/subject/cfrpvhtx.html
网友评论