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 also use a free API SqlQuerySync
or create for yourself a database table managing CREATE / ALTER / DELETE queries.