[SOLVED] Mysql shared library helix 14.0
#1
helix loads up fine with no mysql settings placed in advancedsettings.xml file

soon as i add them it refuses to progress past the splashscreen, been sitting there for good 25 minutes now.

it creates databases in my mysql but that's as far as it goes.

if you need logs etc... let me know where they are and i'll provide.


mysql 5.6 running on ubuntu 14.04

kodi 14.0 final running on ubuntu 14.04 (not the same machine)


this setup worked ok for gotham.



snippet from advancedsettings.xml


Code:
<videodatabase>
        <type>mysql</type>
        <host>192.168.1.90</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>

    <musicdatabase>
        <type>mysql</type>
        <host>192.168.1.90</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </musicdatabase>



EDIT:

solved by clearing old gotham databases from mysql, with the two in place helix wouldn't start, with the gotham d/bases deleted it now starts.
Reply
#2
The old v13/Gotham databases shouldn't have caused an issue unless they were corrupt somehow. Without them, Kodi can't even make the updated v14/Helix copies.
Reply
#3
it may have been a mixture of impatience and not the best mysql settings.

but i gave up after nothing happened for 30 minutes and am rescanning stuff back with the new d/base structure.
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED] Mysql shared library helix 14.00