MySQL乐园

MySQL安装

2021-01-31  本文已影响0人  墨线宝

原文链接http://zhhll.icu/2020/%E6%95%B0%E6%8D%AE%E5%BA%93/%E5%85%B3%E7%B3%BB%E5%9E%8B%E6%95%B0%E6%8D%AE%E5%BA%93/MySQL/MySQL%E5%AE%89%E8%A3%85/

MySQL在MAC下安装

下载

brew install mysql

mysql.server 在support-files下

启动服务

mysql.server start

默认情况下没有密码,直接就可以使用root登录

设置安全认证

mysql_secure_installation

停止服务

mysql.server stop

由于本身的博客百度没有收录,博客地址http://zhhll.icu

上一篇 下一篇

猜你喜欢

热点阅读