Changes between Version 1 and Version 2 of Ticket #13517, comment 1
- Timestamp:
- 11/21/19 00:14:28 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13517, comment 1
v1 v2 1 1 Testing can be done very easily: 2 2 3 mysqldump mythconver -u root >backup.sql\\4 3 4 {{{ 5 6 7 mysqldump mythconver -u root >backup.sql 5 8 mythfilldatabase <your parameters> <your xml file> 6 9 mysqldump --skip-comments --skip-extended-insert mythconverg -u root >current.sql 7 10 11 //restore backup 8 12 mysql mythconverg -u root <backup.sql 9 13 <path-to-newly-compiled>mythfilldatabase <your parameters> <your xml file> … … 11 15 12 16 diff -Naur current.sql new.sql >output.diff 13 17 }}} 14 18 If you look at output.diff you should only see a few differences in timestamps and some changes in non-relevant tables...
