The snippet I paste in the Workbench is here for you to copy:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
If you're seeing 'ER_NOT_SUPPORTED_AUTH_MODE' or 'Client does not support authentication protocol requested by server; consider upgrading MySQL client', this is how you fix it ?.
The snippet I paste in the Workbench is here for you to copy:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
0 Comments