Kodi Community Forum

Full Version: Failed MySql upgrade from 15.2 -> 16.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pastebin Log: http://pastebin.com/cSU8LVqi


I've dropped the MyMusic56 and MyVideos99 databases and restarted Kodi several times, and the upgrade will not complete successfully.

Connectivity to the DB server is obviously fine, since Kodi attempts the upgrade. Connectivity to the machine holding the media is fine (though that shouldn't even matter as far as the DB ugprades go) as I can still play media when browsing for it.

I just can't get anything to show in the Library since the DB is broken.

Has anybody else seen this?
I can confirm. I am getting the same thing. It recreates the tables, but any information gathered is blank.

EDIT: my problem was the advancedsettings.xml file location was in the wrong place; I was using it in the UserData folder, but it seems to like it in the root Kodi folder.
(2016-02-22, 06:40)SimonHova Wrote: [ -> ]I can confirm. I am getting the same thing. It recreates the tables, but any information gathered is blank.

EDIT: my problem was the advancedsettings.xml file location was in the wrong place; I was using it in the UserData folder, but it seems to like it in the root Kodi folder.

The userdata folder is the correct location. Kodi won't load the AS file from any other location (excluding the install/app userdata folder, that is).
What sql server are you using?

my guess would be mariadb 10.1.11?

http://forum.kodi.tv/showthread.php?tid=260568
Yeah, that's exactly my issue. I came here to post that.

Now I just need to wait for a MariaDB update.
dammit, you are right. I just migrated from mysql a few days ago, too!

(2016-02-22, 08:51)marantz Wrote: [ -> ]What sql server are you using?

my guess would be mariadb 10.1.11?

http://forum.kodi.tv/showthread.php?tid=260568