I am building a Spring 3 MVC app that uses a MySQL database and have recently integrated Flyway into the solution to manage the database migrations. I have successfully conf
The schema name in the init script should be quoted or the one you pass to Flyway put in uppercase.