I have an application in PHP/MySQL. I am searching for an automated way upgrading database behind the application. I don\'t need to have the compatibility with older version
You could try this library out: mysql-version-control.
I like this one because it differentiates between schema, core data and test data. But does it in a way that's still really easy to use.