[mythtv-users] manually deleting music tables from mysql

Richie Jarvis richie at helkit.com
Wed Apr 7 04:25:25 EDT 2004


I have done this on several occasions.  I must admit I used MySQLCC to 
do it, but that is because I am lazy ;)

The actual command sequence is:

use mythconverg;
delete from musicmetadata;
delete from musicplaylist;

That should clear both playlists and the music from the database.

Enjoy!

Richie

James Colannino wrote:
> has anyone ever manually deleted the music tables from mysql on the 
> command line before?  I need to clear out all the music I currently have 
> on my machine.  Thanks in advance.
> 
> James
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 



More information about the mythtv-users mailing list