Issue with xbmc making new MySQL db
#1
Hi All,

Having and issue with mysql after the update. I noticed that there were two MyVideo databases being created. Checking the logs this is what i got:

08:23:35 T:140553133877056 NOTICE: Previous line repeats 35 times.
08:23:35 T:140553133877056 NOTICE: Running database version Addons16
08:23:35 T:140553133877056 NOTICE: Running database version ViewModes6
08:23:35 T:140553133877056 NOTICE: Running database version Textures13
08:23:35 T:140553133877056 NOTICE: Running database version MyMusic46
08:23:36 T:140553133877056 ERROR: Unable to open database: MyVideos78 [1049](Unknown database 'myvideos78')
08:23:36 T:140553133877056 ERROR: Unable to open database: MyVideos77 [1049](Unknown database 'myvideos77')
08:23:36 T:140553133877056 ERROR: Unable to open database: MyVideos76 [1049](Unknown database 'myvideos76')
08:23:36 T:140553133877056 NOTICE: Old database found - updating from version 75 to 78
08:23:45 T:140553133877056 NOTICE: Attempting to update the database MyVideos78 from version 75 to 78
08:24:28 T:140553133877056 NOTICE: Running database version TV22
08:24:28 T:140553133877056 NOTICE: Running database version Epg7

Can anyone help me out with that i need to do to use MyVideos75, which is the original database?

Thanks!
Reply
#2
Bump
Reply
#3
You don't have to do anything. The above appears to have done things correctly.

If not, a Debug Log will point out the fault.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
(2014-05-09, 17:35)Lastb0isct Wrote: 08:23:45 T:140553133877056 NOTICE: Attempting to update the database MyVideos78 from version 75 to 78
08:24:28 T:140553133877056 NOTICE: Running database version TV22
08:24:28 T:140553133877056 NOTICE: Running database version Epg7

Can anyone help me out with that i need to do to use MyVideos75, which is the original database?

Thanks!

You must run MyVideos78 as that is the database that is compatible with Gotham. It has changed the design to fit what Gotham is expecting in the database.. Rather than doing it inside the current database the developers has made it so that Xbmc creates a new database with the new design leaving the old version behind untouched.

That is the reason you must run the same version of Xbmc on all your installations that share MySQL database.
Reply
#5
Thanks for the help guys. It looks like that was the issue, i was running two different versions of openelec. Upon upgrading the other room everything is syncing fine now.

THANKS!
Reply

Logout Mark Read Team Forum Stats Members Help
Issue with xbmc making new MySQL db0