Sqlyog database connection error plugin caching_sha2_password could not be loaded
Download the new version MySQL 8.0.11 installation.
To facilitate installation and viewing, I downloaded the sqlyog tool to connect to MySQL
An error is reported when configuring a new connection: the error number is 2058. It is analyzed that the MySQL password encryption method has changed.
Solution: under windows, CMD log in to MySQL – U root – P log in to your MySQL database, and then execute this SQL:
ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘password’;
#Password is the root password you set yourself
Similar Posts:
- MySQL Connect Error: Authentication plugin ‘caching_sha2_password’ cannot be loaded
- [Solved] MYSQL Error: this authentication plugin is not supported
- [Solved] Deploying Tomcat connection in Linux Navicat reports error 2059 – authentication plugin ‘caching_sha2_Password ‘cannot be loaded: + Xi input 9 g
- [Solved] ER_NOT_SUPPORTED_AUTH_Mode node connection database error
- [Solved] Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by serv
- [Solved] Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by serv
- [Solved] MYSQL Error: django.db.utils.OperationalError: (1045:Access denied for user ‘root’@’localhost’ (using password: NO)
- [Solved] MYSQL ERROR 2059 (HY000): Authentication plugin ‘caching_sha2_password’ cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
- [Solved] Node Connect MYSQL Error: Client does not support authentication protocol requested by server; consider upgrading MySQL client
- Error in connecting to MySQL via Navicat on MAC