[mythtv-users] Why mythconverg database never refreshes with "mysql -u root -p < mc.sql"

David Campbell dave at cpfc.org
Tue Feb 6 12:40:36 UTC 2007


Larry Jones wrote:
> Solution:  Use something like  mysqlcc to "drop" (apparently sql speak 
> for delete) the mythconverg database. Then invoke the mysql -u root -p < 
> mc.sql or as appropriate for your distribution to create a new untouched 
> virgin database.


You can drop the old database a number of ways:

mysql -uroot -p

mysql>drop database mythconverg

or

mysqladmin -uroot -p drop database mythconverg




-- 
David Campbell :: www.cpfc.org


More information about the mythtv-users mailing list