Difference between revisions of "Tracking changes with git"

From Sudo Room
Jump to navigation Jump to search
(Created page with "Daily backup: mysqldump -u mysql_user -pmysql_password --skip-extended-insert mysql_database > /path/to/db_backup_`date --rfc-3339=date`.sql")
 
m (Matt moved page Tracking mysql changes with git to Tracking changes with git: generalizeable)
(No difference)

Revision as of 00:13, 7 April 2013

Daily backup:

   mysqldump -u mysql_user -pmysql_password --skip-extended-insert mysql_database > /path/to/db_backup_`date --rfc-3339=date`.sql