murky

Mysql Backup with Mercurial

霸气de小男生 提交于 2019-12-21 12:11:53
问题 is it possible to take ? I researched at Google, I found few articles, but in German and other langs, so didnt understand well. It would be great if we could get mysql back-up from server to localhost with Mercurial [at localhost]. maybe with Remote Mysql Connection, etc. do you know any way of doing this? is it possible? Thanks!! Regards... 回答1: Presuming you want to store a periodic backup in a version control repository there are three steps: Setup the mercurial repository where you want

Mysql Backup with Mercurial

旧巷老猫 提交于 2019-12-04 04:19:41
is it possible to take ? I researched at Google, I found few articles, but in German and other langs, so didnt understand well. It would be great if we could get mysql back-up from server to localhost with Mercurial [at localhost]. maybe with Remote Mysql Connection, etc. do you know any way of doing this? is it possible? Thanks!! Regards... Presuming you want to store a periodic backup in a version control repository there are three steps: Setup the mercurial repository where you want to store the database snapshots. mkdir db-backup hg init db-backup Get the database in a file format. The