Do I still need to manually configure and install a MySQL driver in Flyway 8.2.0 and later versions?
liuyangtopone
Posts: 1 New member
Do I still need to manually configure and install a MySQL driver in Flyway 8.2.0 and later versions? If no MySQL driver is found on the Classpath, Flyway will automatically default to the MariaDB driver. Is this correct?
As my current Flyway version is outdated, at 5.2.4, and I'm planning to upgrade to version 10.11.0, I noticed that the MySQL driver is no longer included in Flyway 10.11.0. I checked the official documentation and learned that the MySQL driver was removed in Flyway 8.2.0. Thus, I'm wondering: after upgrading Flyway, will I still need to manually configure a driver for MySQL?