We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 } }
The text was updated successfully, but these errors were encountered:
I test it on 10.4.6-MariaDB, will test it with MySQL 8.0.15. Thanks
Sorry, something went wrong.
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
No branches or pull requests
MySQL version: 8.0.15
when i click "START TEST",error occurs:
The text was updated successfully, but these errors were encountered: