Changes between Version 2 and Version 3 of Ticket #13517, comment 1
- Timestamp:
- 02/10/20 15:28:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13517, comment 1
v2 v3 5 5 6 6 7 mysqldump mythconver -u root >backup.sql7 mysqldump mythconverg -u root >backup.sql 8 8 mythfilldatabase <your parameters> <your xml file> 9 9 mysqldump --skip-comments --skip-extended-insert mythconverg -u root >current.sql … … 17 17 }}} 18 18 If you look at output.diff you should only see a few differences in timestamps and some changes in non-relevant tables... 19 20 EDIT: typo
