I use Mercurial for version control of several projects. I have Mercurial installed on both my VPS and my local machine. I push the changes from the local machine to the remote server. Everything is fine.
However, I sometimes make changes to the database (mySql), and I need to update the database back and forth to synchronize remote and local versions (using phpmyAdmin).
Is there a solution for modifying changes in mysql, such as push changes in a remote repository?
source
share