"Authentication plugin 'caching_sha2_password' cannot be loaded: /
Use this query:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YourPassword';
You don't get caching_sha2_password
.
Then connect to MySQL.
Use this query:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YourPassword';
You don't get caching_sha2_password
.
Then connect to MySQL.