> I'm moving backend servers, and I want to take my database with me.  I
> looked at the documentation at mythtv.org and did what it told me, but I'm
> getting an odd error. Can anyone help? Here is what I do.
> 
> mythtv ~ # mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql
> mysqldump: unknown option '--name-resolve'
> 
> I found this information from this page
> 
> http://mythtv.org/docs/mythtv-HOWTO-22.html#ss22.5

This command works for me:

$ mysqldump -u mythtv -p mythconverg -c > mythtv_backup.sql

Maybe you need a space between -p and password or something. Maybe try
it without the password as per my command line and see what happens
then.

Regards,
Phill
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to