Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

legacy MySQL server support #1167

Answered by bgrainger
konopnikV asked this question in Q&A
Discussion options

Hi, what is the latest version of MySQL server working with MySqlConnector on .NET6.0? (Looking for solution for MySQL 4.0) Thanks!

You must be logged in to vote

Regular integration tests run with MySQL Server 5.6, and AFAIK MySqlConnector also works with 5.5.

There was a new protocol introduced in MySQL 4.1; MySqlConnector was designed against this new protocol. Thus, it seems highly unlikely it would work with MySQL 4.0.

Replies: 2 comments

Comment options

Regular integration tests run with MySQL Server 5.6, and AFAIK MySqlConnector also works with 5.5.

There was a new protocol introduced in MySQL 4.1; MySqlConnector was designed against this new protocol. Thus, it seems highly unlikely it would work with MySQL 4.0.

You must be logged in to vote
0 replies
Answer selected by konopnikV
Comment options

MySQL Connector Versions and MySQL Server Versions

From the table above, it looks like you'd need to find a copy of Connector/NET (i.e., MySql.Data) 1.0 to support MySQL Server 4.0. But it seems unlikely that that would work under .NET 6.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /