Имах следното решение:промяна на my.ini в [mysqld]
раздел като този:
#default_authentication_plugin=caching_sha2_password (comment line!)
default_authentication_plugin=mysql_native_password (new line)
Свържете се с вашия MySQL под root в клиент на командния ред и изпълнете:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'xxx';
Където xxx
е текущата ви парола.