Stay Secure: Update to Flyway V10 now Update now

Flyway MySQL

Flyway

Version control for your MySQL database

Automate the deployments of your MySQL database using your SQL.

Get started with Flyway

Stay updated about Flyway

Get all the latest guides, community news, product updates, and resources

In 2020, we helped

18,190 users of MySQL build and deploy their databases

Easy database migrations

Use version control to make your MySQL migrations automatic and easy.

Effortless to use

Deploy your own MySQL scripts
with ease.

Why database migrations?

Deployment automation

Spend time solving hard problems, not deploying scripts manually.

How does Flyway work?

Database DevOps

Using Flyway to deploy your MySQL changes supports your CI/CD processes.

Get started with Flyway
Get going with Flyway in under in 5 minutes

For non-JVM users and environments without build tools

$ flyway migrate -url=... -user=... -password=...
Get started with the command line tool

Migrate directly from within your application

Flyway flyway = Flyway.configure().dataSource(url, user, password).load(); 
flyway.migrate();
Get started with the Java API

Seamless integration with Maven 2/3 builds

> mvn flyway:migrate -Dflyway.url=... -Dflyway.user=... -Dflyway.password=...
Get started with Maven 2/3 builds

Seamless integration with Gradle builds

> gradle flywayMigrate -Dflyway.url=... -Dflyway.user=... -Dflyway.password=...
Get started with the Gradle plugin

Straightforward, simple execution

Take your MySQL database from one version to the next using a single command. It even works with an empty database.

Standard SQL

Use your SQL scripts as written for MySQL without any proprietary JSON, XML or other formats. Placeholder replacement ensures your queries will just work.

Programmable deployments

Add the ability to use shell scripts or Java to your database deployments to manage data migrations and more.

Dependency free

With a JDBC driver for your MySQL database, you’re ready for deployments.

Deploy where your database lives

With full support for common cloud platforms, you can deploy to where your databases are located: Amazon RDS, Google Cloud Platform, Microsoft Azure SQL Database, Heroku and more.

Simplified testing

With a single command, you can reset the entire schema in order to make testing easier.

Greater consistency

Validation prior to deployment ensures more protection for your MySQL databases.

Speedy deployments

You can deploy to multiple machines in parallel.

Configuration taken care of

Automatically discover SQL and Java migrations with filesystem and classpath scanning.

MySQL in the cloud

Full support for the latest on-premises versions and cloud-based versions like Aurora MySQL.

Flyway supports MySQL

Along with 20+ other relational databases.

Oracle
MySQL
Aurora MySQL
MariaDB
Percona XtraDB cluster
SQL Server
PostgreSQL
Aurora PostgreSQL
Redshift
CockroachDB
DB2
SAP HANA
Sybase ASE
Informix
HSQLDB
H2
Derby
Snowflake
SQLite
Firebird

A few words from our delighted users

Join the hundreds of thousands of happy Flyway users today.

Desjardins logo

Developer

Desjardins

"The best value for us is the traceability of who deployed what and when, and that we can deploy changes to production faster."

Read the full story from Desjardins

Carlos Robles

Carlos Robles

Data Platform MVP & Flyway expert

"Flyway is easy to use and a tool that provides you a very flexible framework to work on your database migrations in a very reliable way."

Watch Carlos Robles' 30-minute webinar

Ready to get started?

Get started with Flyway

How does Flyway work? What are the first steps? Download Flyway