[mythtv] Cant get mythfilldatabase to run with CVS

Bruce Markey bjm at lvcm.com
Mon Feb 10 15:51:58 EST 2003


Jamie Richard wrote:
> I just installed CVS and ran the graphical install tool.  I get this 
> when I run mythfilldatabase.  Any Tips?
>  
> DB Error (loading channel sources):
> Query was:
> SELECT sourceid,name,xmltvgrabber FROM videosource ORDER BY sourceid;
> Driver error was:
> QMYSQL3: Unable to execute query
> Database error was:
> Unknown column 'xmltvgrabber' in 'field list'
> Thanks!

I'm guessing you already ran 0.7 with this database?
There is a file MC/database/0-7-to-0-8.sql with the
changes since 7.0 which includes adding the
xmltvgrabber column.

mysql -u root < 0-7-to-0-8.sql

--  bjm



More information about the mythtv-dev mailing list