to resolve this issues run this command
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password
BY 'your_password';
and you should add this configuration in my.ini
[mysqld]
default_authentication_plugin= mysql_native_password
Click to rate this post!
[Total: 0 Average: 0]