输入banner图图片脚本导航/分类

【Mysql安装】Mac下安装mysql

一、使用homebrew命令安装

brew install mysql

安装完会有类型的安装路径:/Users/zhangboqing/homebrew/Cellar/mysql/8.0.19/bin
可以为mysql命令建立软连接

ln -s /Users/zhangboqing/homebrew/Cellar/mysql/8.0.19/bin/mysql /usr/bin

二、其他命令

1、启动和关闭数据库
brew services start mysql
brew services stop mysql

2、连接数据库

mysql -uroot; //无密码登陆数据库

【Mysql安装】Mac下安装mysql

标签:sql命令   关闭数据库   install   登陆   安装mysql   zha   mysql   use   连接数