-
Hi, what is the latest version of MySQL server working with MySqlConnector on .NET6.0? (Looking for solution for MySQL 4.0) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.