LinHES Forums http://forum.linhes.org/ |
|
Moving channel data table? http://forum.linhes.org/viewtopic.php?f=6&t=13642 |
Page 1 of 1 |
Author: | skypilot [ Fri Jan 19, 2007 6:29 pm ] |
Post subject: | Moving channel data table? |
I'm moving from a backend/frontend system to one pure backend with a few frontends... I'll be sticking with R5D1. My HDTV QAM channel data took so long to figure out and set up that I'd like to take my mysql channel stuff from the current system and put it on the server. How do I do that? |
Author: | chrisj [ Fri Jan 19, 2007 9:50 pm ] |
Post subject: | |
On your old system Code: mysqldump --databases mythconverg > backend-frontend.sql On your new one Code: mysql < backend-frontend.sql
If you don't want the full database then you can use some of the options in mysqldump to choose only selected tables. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |