Answers for ""errno": 1251, "sqlmessage": "client does not support authentication protocol requested by server; consider upgrading mysql client", "sqlstate": "08004", "fatal": true }"

SQL
0

errno: 1251

ALTER USER 'root'@'localhost' IDENTIFIED BY 'your new password'; 
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your new password';
Posted by: Guest on November-24-2020

Code answers related to ""errno": 1251, "sqlmessage": "client does not support authentication protocol requested by server; consider upgrading mysql client", "sqlstate": "08004", "fatal": true }"

Code answers related to "SQL"

Browse Popular Code Answers by Language