MySQL安装

作者: 墨线宝 | 来源:发表于2021-01-31 19:41 被阅读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

相关文章

网友评论

    本文标题:MySQL安装

    本文链接:https://www.haomeiwen.com/subject/fygrtltx.html