“assertionerror Err Assertion Iferror Got Unwanted Exception Er

[Solved] “assertionerror Err Assertion Iferror Got Unwanted Exception Er | Sql - Code Explorer | yomemimo.com
Question : “AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client” Code Answer

Answered by : naughty-narwhal-6cbwdygi5kww

$ mysql -u root -p
Enter password: (enter your root password)
mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your_new_password';
mysql> FLUSH PRIVILEGES;
mysql> quit

Source : https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server | Last Update : Tue, 02 Jun 20

Answers related to “assertionerror err assertion iferror got unwanted exception er not supported auth mode client does not support authentication protocol requested by server consider upgrading mysql client” code answer

Code Explorer Popular Question For Sql