the server requested authentication method unknown to the client mysql

Posted by

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]

Leave a Reply

Your email address will not be published.