码迷,mamicode.com
首页 > 数据库 > 详细

MySQL安装时出现的问题

时间:2018-06-11 12:01:13      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:command   方法   oca   ide   password   TE   需要   连接   ges   

mysql正常安装结束之后需要连接你所安装的数据库的时候出现下面的错误:

Client does not support authentication protocol requested by server;consider upgrading mysql client

解决方法:
启动:mysql 8.0 command line client

之后输入下面的代码即可。
use mysql;
ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘123qwe!@#‘;
FLUSH PRIVILEGES;

MySQL安装时出现的问题

标签:command   方法   oca   ide   password   TE   需要   连接   ges   

原文地址:https://www.cnblogs.com/killclock048/p/9166228.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!