Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it doesn't support mysql_8.0.11 ? #39

Open
caiqichang opened this issue Apr 21, 2018 · 12 comments
Open

it doesn't support mysql_8.0.11 ? #39

caiqichang opened this issue Apr 21, 2018 · 12 comments
Labels

Comments

@caiqichang
Copy link

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client

@formulahendry
Copy link
Owner

Depends on the upstream mysql npm: mysqljs/mysql#2002

@caiqichang
Copy link
Author

@formulahendry thank you. i change the authentication method of mysql and it works.

@gisaac85
Copy link

gisaac85 commented May 6, 2018

@cuakitiang 
I have same problem, can you tell me how you solved it please!
How you change authintecation method ??
Please ....

@caiqichang
Copy link
Author

@gisaac85
ALTER USER 'username'@'host' IDENTIFIED WITH 'mysql_native_password' BY 'password';
you can check it:
USE mysql;
SELECT plugin FROM user WHERE User = 'username';
by the way, you may need root permissions

@gisaac85
Copy link

gisaac85 commented May 9, 2018

Thanks a lot 👍👍🥇🥇

@formulahendry formulahendry mentioned this issue May 15, 2018
@Osuriel
Copy link

Osuriel commented Jul 18, 2018

@formulahendry
What do you mean with "Depends on the upstream" ?

@formulahendry
Copy link
Owner

@Osuriel Because this extension relies on the mysql npm package, and this package has the issue: mysqljs/mysql#2002

@Osuriel
Copy link

Osuriel commented Jul 18, 2018 via email

@formulahendry
Copy link
Owner

@Osuriel Please refer to https://softwareengineering.stackexchange.com/a/83686

@Osuriel
Copy link

Osuriel commented Jul 18, 2018

@formulahendry thank you so much! Makes sense! You just helped me become a lil better developer than I was yesterday! 💪🏽

@ghost
Copy link

ghost commented Apr 11, 2019

hi, everyone, i have this problem: "Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client"
i have installed latest nodered, and latest version of flow 0.0.18 (https://flows.nodered.org/node/node-red-node-mysql)
i run mysql in docker from https://hub.docker.com/_/mysql, but i cannot connect :(

@ghost
Copy link

ghost commented Apr 11, 2019

i using previous version (5.7.25) all, ok, we will waiting update, best regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants