koying / SPMC

fork of xbmc/kodi
Other
632 stars 257 forks source link

MySQL database name problem #1158

Closed ButtaJones closed 6 years ago

ButtaJones commented 6 years ago

I'm trying to connect to my Krypton database called MyVideos107. When I add it to the SPMC MySQL settings it adds "99" to it. So MyVideos107 becomes MyVideos10799. If I leave it blank it tries to create MyVideos99. Am I doing something wrong? Can this be fixed without making changes to my current database?

Log

BigOkie commented 6 years ago

It's because you're using SPMC v 16.7; the numbers after the DB name indicate the db version, which are tied to the version of SPMC/Kodi you are using. Krypton uses DB version 107 and there will be differences between SPMC v16 (which uses DB version 99) and Krypton. You cannot mix database versions.