[mythtv-users] Switching to DataDirect

Jason Lee mythtv at theleehouse.net
Tue May 25 14:10:04 EDT 2004


James Pifer wrote:

> I'm trying to convert to DataDirect for channel data. I'm following the
> howto in the docs from the CVS tarball. I'm getting this:
> 
> mysql> create table channel_temp;
> ERROR 1113: A table must have at least 1 column

How about this?

CREATE TABLE channel_copy SELECT * FROM channel;

 From http://www.mythtv.org/docs/mythtv-HOWTO-21.html#MigratingtoDD

Hope that helps.  A coworker of mine did it with great success...

-- 
jason lee
Steeplesoft -- http://www.steeplesoft.com
README.txt  -- http://jason.theleehouse.net
Bosco       -- http://bosco.sourceforge.net


More information about the mythtv-users mailing list