摘要: 登陆MySQL 执行下面的命令 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '你的密码'; 阅读全文
posted @ 2018-12-04 20:29 isafer_wilson 阅读(2440) 评论(0) 推荐(0)
摘要: 1 . 安装 brew install mysql 2 . 接下来启动mysql bash mysql.server start 阅读全文
posted @ 2018-12-04 19:11 isafer_wilson 阅读(141) 评论(0) 推荐(0)