[mythtv-users] Send EPG data between 2 backends

Josu Lazkano josu.lazkano at gmail.com
Tue Feb 14 20:51:45 UTC 2012


2012/2/14 Richard Morton <richard.e.morton at gmail.com>:
> Use mysql dump
> http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
>
> then import using the mysql client
>
> mysql -u username -p password -h localhost DATA-BASE-NAME < data.sql
>
> R
>

Thanks Richard, I try this:

$ mysqldump -h localhost -u mythtv -ppass mythconverg > mythconverg.sql

But I just need the "program" table and one chanid, then I need to
change the chanid and import on the other server.

I read  about mysqldump but I don't find how to export just one table.
I will continue reading about it.

Thanks and best regards.

-- 
Josu Lazkano


More information about the mythtv-users mailing list