Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.4.25, 10.5.16, 10.6.8
-
None
Description
When MySQL Connector/NET is used to connect to a MariaDB database (tested with 10.4, 10.5 and 10.6), the connection fails with a message "Versions of MySQL prior to 5.6 are not currently supported".
This happens using MySQL.Data.Entity version 8.0.22 or newer.
Versions 8.0.21 works fine, probably beacause the minimum server version was MySQL 5.0 and MariaDB 10.x is incorrectly identified as MySQL 5.
I reported the same bug to MySQL.
I suggest to fix the initial version string, so that MariaDB is recognized as version 10 for example.
Attachments
Issue Links
- duplicates
-
MDEV-10541 Faking the version string only works with MariaDB-Clients
- Closed
- is caused by
-
MDEV-4088 Replication 10.0 -> 5.5 fails
- Closed
- relates to
-
MDEV-28910 remove the 5.5.5- version hack
- Closed