Troubleshooting
Error Messages
Mysql installation / Configuration
Message: Unable to load authentication plugin 'caching_sha2_password'.
mysql.exe –u<username> –p
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '1234';
Last updated
Was this helpful?