MYSQL - Failing DB Upgrade from 42 to 46
#1
Quote:NOTICE: Attempting to update the database xbmc_video from version 42 to 46
DEBUG: Mysql Start transaction
DEBUG: Mysql execute: ALTER table settings add VerticalShift float
ERROR: SQL: Undefined MySQL error: Code (1060)
Query: ALTER table settings add VerticalShift float

The column already existed. I dropped it. It readds it and continues trying to readd it forever.
Reply
#2
If you want to test a patch, then please do so - you need to add (255) to the c%02d in UpdateOldVersion.
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
#3
If I knew where to add that, I would gladly test it. Anything to help the cause.
Reply

Logout Mark Read Team Forum Stats Members Help
MYSQL - Failing DB Upgrade from 42 to 460