[mythtv-users] mfd problem

thor mythtv at lamedomainname.com
Sat Sep 11 18:02:39 EDT 2004


On Saturday 11 September 2004 05:25 pm, Steven wrote:
> Can you
>
> > do
> > a:
> >
> > 		show columns from musicmetadata;

	The output from this shows a 1001 version table.


> >
> > 		select * from settings where value = "MusicDBSchemaVer" ;
>
>  MusicDBSchemaVer | 1002


	And this says version 1002.

	This is a bit odd. You didn't, by chance, have the album artist patch applied 
at some point? Or, perhaps, the username/password in mysql.txt has write 
permission over the settings table but not the musicmetadata table?

	One thing to try is to shut everything down, do:

	update settings set data = 1001 where value = "MusicDBSchemaVer";

	then rerun the mfd.

- thor


		


More information about the mythtv-users mailing list