nacos修改mysql无法连接问题

 

alter user 'root'@'localhost' identified by '你的密码' password expire never;
 
alter user 'root'@'localhost' identified with mysql_native_password by '你的密码'
 
flush privileges;

  



posted @ 2022-09-28 15:14  rel1fe  阅读(55)  评论(0)    收藏  举报