Error:
error 2059 (hy000) authentication plugin ‘caching_sha2_password’ cannot be loaded
Solución:
ALTER USER ‘yourusername’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘youpassword’;
Error:
error 2059 (hy000) authentication plugin ‘caching_sha2_password’ cannot be loaded
Solución:
ALTER USER ‘yourusername’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘youpassword’;