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 (&nbsp;&nbsp;&nbsp; album_id int(11) unsigned NOT NULL auto_increment PRIMARY KEY,&nbsp;&nbsp;&nbsp; artist_id int(11) unsigned NOT NULL default &#39;0&#39;,&nbsp;&nbsp;&nbsp; album_name varchar(255) NOT NULL default &#39;&#39;,&nbsp;&nbsp;&nbsp; year smallint(6) NOT NULL default &#39;0&#39;,&nbsp;&nbsp;&nbsp; compilation tinyint(1) unsigned NOT NULL default &#39;0&#39;,&nbsp;&nbsp;&nbsp; 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 &#39;music_albums&#39; already exists<br><br>new version: 1006<br>2008-04-13 21:45:18.341 Couldn&#39;t upgrade database to new schema, exiting.<br>
2008-04-13 21:45:18.341 Unable to initialize plugin &#39;mythmusic&#39;.<br><br><br>I&#39;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).&nbsp; My mythmusic used to work but now it won&#39;t even come up!&nbsp; How do I drop all the mythmusic stuff so that it can rebuild itself and be happy again?<br>
<br>-Greg<br>