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 to support mysql 8.x #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OrezzerO
Copy link

No description provided.

@@ -27,7 +27,7 @@
<main.user.dir>../</main.user.dir>

<!-- Dependencies about -->
<mysql.connector.version>5.1.35</mysql.connector.version>
<mysql.connector.version>8.0.26</mysql.connector.version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OrezzerO you should provide a diff of mysql 5.x & mysql 8.0 , and why we need to upgrade this storeage type version. mysql 8.0 should only be available as an option.

in addition, when you upgrade mysql version, whether you need to consider changing the configuration,such as the Driver.

com.mysql.cj.jdbc.Driver

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

Successfully merging this pull request may close these issues.

2 participants