navicat docker mysql 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded...

navicat docker mysql 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded...

 

1.进入docker:docker exec -it [mysql container name] bash

navicat docker mysql 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded...

2.进入mysql:mysql -u root -p ,输入mysql密码

navicat docker mysql 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded...

3.输入use mysql ,回车

navicat docker mysql 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded...

4.输入:alter user 'root'@'%' identified with mysql_native_password by '新密码';

navicat docker mysql 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded...