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

not support MySQL 8 #41

Closed
iminto opened this issue Jul 19, 2019 · 2 comments
Closed

not support MySQL 8 #41

iminto opened this issue Jul 19, 2019 · 2 comments
Assignees
Labels

Comments

@iminto
Copy link

iminto commented Jul 19, 2019

MySQL version: 8.0.15

when i click "START TEST",error occurs:

resMessage { server:
   { valid: false,
     error:
      'Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client' },
  ssh: { valid: undefined, error: undefined } }

@garrylachman garrylachman self-assigned this Jul 19, 2019
@garrylachman
Copy link
Owner

I test it on 10.4.6-MariaDB, will test it with MySQL 8.0.15.
Thanks

@garrylachman garrylachman added this to To do in version 2.2.0 Jul 19, 2019
@garrylachman
Copy link
Owner

Ok,
MySQL 8 Support depends on the merging of mysqljs/mysql#2233 pull.
Right now, node MySQL lib doesn't support the new MySQL 8 Auth.

@garrylachman garrylachman moved this from To do to Done in version 2.2.0 Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
version 2.2.0
  
Done
Development

No branches or pull requests

2 participants