need help with mysql and kodi
#1
hi all
been using mysql to create a database for the last 12 months for kodi for some reason kodi is no longer accessing msql
have reinstalled kodi and msql to no joy. these are my details

have kodi running of 3 machines kodi 16.1
pc windows10
2x android boxes

kodi log file on all 3 machines Error loading special://profile/advancedsettings.xml, Line 6

advancedsettings.xml file
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.199</host>
<port>3306</port>
<user>kodi</kodi>
<pass>kodi</kodi>
<name>kodi_video</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>192.168.1.199</host>
<port>3306</port>
<user>kodi</kodi>
<pass>kodi</kodi>
<name>kodi_music</name>
</musicdatabase>
</advancedsettings>
Reply
#2
(2016-08-27, 14:39)hellfire24 Wrote: hi all
been using mysql to create a database for the last 12 months for kodi for some reason kodi is no longer accessing msql
have reinstalled kodi and msql to no joy. these are my details

have kodi running of 3 machines kodi 16.1
pc windows10
2x android boxes

kodi log file on all 3 machines Error loading special://profile/advancedsettings.xml, Line 6

advancedsettings.xml file
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.199</host>
<port>3306</port>
<user>kodi</kodi>
<pass>kodi</kodi>
<name>kodi_video</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>192.168.1.199</host>
<port>3306</port>
<user>kodi</kodi>
<pass>kodi</kodi>
<name>kodi_music</name>
</musicdatabase>
</advancedsettings>

Well that's wrong isn't it:

<user>kodi</kodi> should be <user>kodi</user>
<pass>kodi</kodi> should be <pass>kodi</pass>

?
Reply
#3
correct
Reply

Logout Mark Read Team Forum Stats Members Help
need help with mysql and kodi0