So I upgraded to SVN 16946 a couple weeks ago and ever since my frontend has been complaining about:<br><br>2008-04-13 21:45:18.339 Upgrading to MythMusic schema version 1006<br>2008-04-13 21:45:18.340 DB Error (Performing database upgrade):<br>
Query was: CREATE TABLE music_albums ( album_id int(11) unsigned NOT NULL auto_increment PRIMARY KEY, artist_id int(11) unsigned NOT NULL default '0', album_name varchar(255) NOT NULL default '', year smallint(6) NOT NULL default '0', compilation tinyint(1) unsigned NOT NULL default '0', INDEX idx_album_name(album_name));<br>
Error was: Driver error was [2/1050]:<br>QMYSQL: Unable to execute query<br>Database error was:<br>Table 'music_albums' already exists<br><br>new version: 1006<br>2008-04-13 21:45:18.341 Couldn't upgrade database to new schema, exiting.<br>
2008-04-13 21:45:18.341 Unable to initialize plugin 'mythmusic'.<br><br><br>I've gone into the database and tried to randomly remove the tables and columns it complains about but I always end up getting into some endless loop and eventually restoring the whole mythmusic database structure (which is broken). My mythmusic used to work but now it won't even come up! How do I drop all the mythmusic stuff so that it can rebuild itself and be happy again?<br>
<br>-Greg<br>