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.