Authentication plugin ‘caching_sha2_password’ cannot be loaded

To solve this problem we need to change the encryption of the password in our mysql server. Enter your mysql terminal then type this command

ALTER USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

Leave a Comment