Check that you actually have channels in the database. They should have been created on the first invocation of mythfilldatabase.
To check that you have channel information, run mysql and do the query, "select * from channel;". That should show you a channel list. If you want to remove them, you can do "delete from channel;". To get rid of the program listings in the database, you can use the query, "delete from program;". -- Joe --- mikepolniak <[EMAIL PROTECTED]> wrote: > The mythfrontend complains that "You don't have any > channels defined in > the database"....but when i run mythfilldatabase it > won't update the > channels because it says "Data is already present > for ...these days..." > > Short of dropping the mysql 'mythconverg' database, > how do i get mythfilldatabase to > re-populate the db ? > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
