MySQL安装 [数据库教程]
原文链接http://zhhll.icu/2020/10/30/%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安装
以上是 MySQL安装 [数据库教程] 的全部内容, 来源链接: utcz.com/z/535327.html