DbUp / dbup-mysql

MySQL provider for DbUp
MIT License
2 stars 9 forks source link

Switch from MySql.Data to MySqlConnector #8

Closed twerthi closed 1 month ago

twerthi commented 7 months ago

Is there an existing issue for this?

Description

MySql.Data is no longer compatible with MariaDB and fails when using MariaDB version 10+. Research indicates that switching from MySql.Data to MySqlConnector will resolve this.

What is the impact?

dbup using the dbup-mysql reference fails to execute against an MariaDB version 10+.

vigur commented 3 months ago

Is there a plan to merge PR related to this ticket in a near future ? We have a similar issue when certain versions of MariaDB are not compatible with Oracle's MySql.Data connector and the best proposed solution by MariaDB team is to use MySqlConnector instead.