摘要: 查询用户加密方式: select user,plugin from user where user='root'; 修改用户加密方式改为mysql_native_password。 alter user 'root'@'localhost' identified with mysql_native_ 阅读全文
posted @ 2023-05-18 13:24 花心大萝卜li 阅读(123) 评论(0) 推荐(0)