MYSQL Database doesn’y work

Hi all,

I’m trying to set up a mysql database for kodi with the advancedsettings file but doesn’t work.

I was created this file with the exemple on kodi wiki and I place to .kodi/userdata .

When I start Kodi, my library doesn’t load and the movie and series categories no longer appear. Furthermore, kodi doesn’t create databases.

If I delete this file, kodi works fine and I can use my library.

My advancedsettings.xml

Code:
<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.1.14</host>
    <port>3306</port>
    <user>administrator</user>
    <pass>administrator</pass>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>192.168.1.14</host>
    <port>3306</port>
    <user>administrator</user>
    <pass>administrator</pass>
  </musicdatabase>
  <videolibrary>
    <importwatchedstate>false</importwatchedstate>
    <importresumepoint>false</importresumepoint>
  </videolibrary>
</advancedsettings>

Where could be the problem ?

Thanks you in advance for your help.

Catskan