Last updated 4 years ago
Was this helpful?
Message: Unable to load authentication plugin 'caching_sha2_password'.
Solution:
mysql.exe –u<username> –p ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '1234';