sql >> Database >  >> RDS >> Mysql

MySQL 8.0.11-fout verbinding maken met caching_sha2_password de opgegeven module kan niet worden gevonden

Ik had de volgende oplossing:verander my.ini in een [mysqld] sectie als deze:

#default_authentication_plugin=caching_sha2_password  (comment line!)
default_authentication_plugin=mysql_native_password   (new line)

Maak verbinding met uw MySQL onder root in een opdrachtregelclient en voer het volgende uit:

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'xxx';

Waar xxx is uw huidige wachtwoord.



  1. MYSQL 8 uur time-out probleem

  2. Codeigniter's 'where' en 'or_where'

  3. Java Android AsyncTask + mysql-verbinding

  4. Wat is Spring Integration?