mysql数据库连接报错 发表于 2020-12-08 更新于 2020-12-20 分类于 mysql mysql数据库连接报错信息Client does not support authentication protocol requested by server解决办法报错信息 1Client does not support authentication protocol requested by server 解决办法 1231、use mysql;2、alter user 'root'@'localhost' identified with mysql_native_password by '数据库密码';3、flush privileges;