-
I am using mysqlconnector version 0.60.1 in .net core by nuget package reference. However, I am about to upgrade mysql version from 8.0.28 to 8.0.35 due to the mysql version support expiration notice from AWS, will there be any compatibility issues? I can't find it in the release notes, so I'm asking for help. |
Beta Was this translation helpful? Give feedback.
Answered by
bgrainger
Jan 29, 2024
Replies: 1 comment 3 replies
-
You'll need to create a test database instance and try it out. That version of MySqlConnector is over four years old and may contain a lot of bugs that have been fixed in the meantime. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kyuhwan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll need to create a test database instance and try it out. That version of MySqlConnector is over four years old and may contain a lot of bugs that have been fixed in the meantime.