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

Add support for nodejs v18 and mysql v8 #477

Closed
samarpanB opened this issue Dec 25, 2022 · 5 comments · Fixed by #484
Closed

Add support for nodejs v18 and mysql v8 #477

samarpanB opened this issue Dec 25, 2022 · 5 comments · Fixed by #484
Assignees
Labels

Comments

@samarpanB
Copy link
Collaborator

Currently this connector doesn't support mysql version 8. Now in order to support nodejs v18, support for mysql v8 has become mandatory as the setup-mysql action will fail in CI without it.

@samarpanB samarpanB self-assigned this Dec 25, 2022
@samarpanB
Copy link
Collaborator Author

Here are more details - #476 (comment)

@wesleymilan
Copy link

Any update?

@tokidoki11
Copy link

FYI Node 16 support will be ending in September 11th, 2023

@samarpanB
Copy link
Collaborator Author

We are working on it. However, if community wants to contribute, feel free.

@samarpanB
Copy link
Collaborator Author

We need to upgrade to mysql2 as well, since, mysql package has Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client issue. This problem occurs while using MySQL dependency. Currently, MySQL 8.0 default authentication plugin caching sha2 password is not supported by the mysql npm package.

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