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
One way you can go about it is to dump the database into a large sql file using mysqldump. Just take that file and source it within the new installation.