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

Is knex Support mysql 8.0 version #3926

Closed
junbao520 opened this issue Jul 15, 2020 · 2 comments
Closed

Is knex Support mysql 8.0 version #3926

junbao520 opened this issue Jul 15, 2020 · 2 comments

Comments

@junbao520
Copy link

thank you

@raijinsetsu
Copy link

Knex supports all versions of the database supported by the underlying MySQL driver.

MySQL 8.0.4 introduced a backwards incompatibility in the authentication protocol and the MySQL driver has not been updated to handle this situation: mysqljs/mysql#1959

You will need to use MySQL 8.0.3 or EARLIER.

@kibertoad
Copy link
Collaborator

Knex by itself does, but there are certain compatibility issues on a driver level that knex can't do anything about, e. g. see the linked issue above.

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

No branches or pull requests

3 participants