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

Upgrade mysql-connector-java to 8.0.33 #543

Closed
rizaon opened this issue Oct 21, 2023 · 1 comment · Fixed by #544
Closed

Upgrade mysql-connector-java to 8.0.33 #543

rizaon opened this issue Oct 21, 2023 · 1 comment · Fixed by #544

Comments

@rizaon
Copy link
Contributor

rizaon commented Oct 21, 2023

Currently, judgels db user need to be created with mysql_native_password in MySQL 8.

CREATE USER 'judgels'@'%' IDENTIFIED WITH mysql_native_password BY 'judgels';

mysql 8 change its default authentication from mysql_native_password to caching_sha2_password.

https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html#upgrade-caching-sha2-password

Upgrading mysql-connector-java will allow seamless connection to the latest MySQL version without the need to set WITH mysql_native_password manually.

@fushar
Copy link
Member

fushar commented Oct 21, 2023

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

Successfully merging a pull request may close this issue.

2 participants