Hello,
i’ve a problem with a shared database. I configured everthing like it is mentionend in this wiki-article (MySQL (wiki)) and it works. The problem is that two clients (OPENElec and FireTV-Stick) have two different databases. If i delete one of the database the same database is created again. I use the same advancedsettings.xml on each client:
Code:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>XXX.XXX.XXX.XXX</host>
<port>3306</port>
<user>kodi</user>
<pass>******</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>XXX.XXX.XXX.XXX</host>
<port>3306</port>
<user>kodi</user>
<pass>******</pass>
</musicdatabase>
</advancedsettings>
I use Kodi 16.1 and MySQL 5.5
Any ideas?
Thanks abe1999