MySQL建立链接时报Authentication plugin

2019-12-10  本文已影响0人  8a8d7f2e842b

建立连接时,可能会出现报错:

Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found

登录进入mysql后,执行:

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'yourpassword';
上一篇 下一篇

猜你喜欢

热点阅读