Skip to content

Instantly share code, notes, and snippets.

@RickJP
Created November 4, 2018 04:36
Show Gist options
  • Save RickJP/5c620cda15d64455b6b6d5309b642421 to your computer and use it in GitHub Desktop.
Save RickJP/5c620cda15d64455b6b6d5309b642421 to your computer and use it in GitHub Desktop.
ERROR: MySQL 8.0 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
Execute the following query in MYSQL Workbench
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
Try connecting using node after you do so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment