[mythtv-users] Migrating mysql to another server

Chad masterclc at gmail.com
Wed Apr 13 07:43:20 UTC 2005


Oh, as for backing up/restoring:

mysqldump > mythconverg.sql -d mythconverg
And then restoring on the new mysql machine:
mysql < mythconverg.sql -p
Password:

Check the man page for mysqldump to ensure my syntax is correct ;)

Good Luck!


More information about the mythtv-users mailing list