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

Ian Forde ian at duckland.org
Tue Feb 6 19:33:29 UTC 2007


On Tue, 2007-02-06 at 19:23 +0000, Nick Morrott wrote:
> Maybe a separate remove-mythtv-db.sql script would be useful?

Heh - Here's the Fedora version...

#!/bin/bash
#
# Purpose: Remove the MythTV database
#
/sbin/service mysql stop
rm -rf /var/lib/mysql/mythconverg
/sbin/service mysql start
# End of script

Just joking!

	-I
-- 
                       _______________________________________
                       Ian Forde
                       RHCE (7,EL4), CCSE, SCNA, SCDME



More information about the mythtv-users mailing list