mac os 安装mysql
发表于:2019-10-21 10:48:27浏览:53次
安装命令
brew install mysql
查看安装信息
brew info mysql
安装位置
/usr/local/Cellar/mysql/8.0.18 (293 files, 283.6MB) *
启动服务器
brew services start mysql
# or
mysql.server start
连接数据库
mysql -uroot
安装命令
brew install mysql
查看安装信息
brew info mysql
安装位置
/usr/local/Cellar/mysql/8.0.18 (293 files, 283.6MB) *
启动服务器
brew services start mysql
# or
mysql.server start
连接数据库
mysql -uroot