青成林语

协助他人,成就彼此 ^_^
配置my.cnf,让这个Public Key Retrieval is not allowed报错消失

default_authentication_plugin=mysql_native_password

 

ALTER USER 'your_username'@'your_host' IDENTIFIED WITH mysql_native_password BY 'your_password';
FLUSH PRIVILEGES;

 

posted on 2026-06-25 19:00  青成林语  阅读(7)  评论(0)    收藏  举报