I am a 'Newbie' trying to use MariaDB as a database server for Kodi on a RPi 4. I believe that I have set-up all the configuration files correctly, including the MySQL passwords, privileges, Samba shares, and the advancedsettings.xml file.
I can certainly access the MariaDB server from MySQL Workbench on a Windows desktop computer connected to my local network. For this I use the RPi 4's fixed IP Address as the Host. Directories and their contents can (mostly) be viewed using Windows Explorer. WinSP and PuTTY also function correctly; the latter giving me command-line database-control via MySQL on the Raspberry Pi.
Unfortunately, the Kodi LIbrary cannot be created on the MariaDB server, as it fails to connect. Repeated Errors, similar to that below, show in the crash log.
2019-04-11 17:28:42.867 T:2876646256 ERROR: Unable to open database: MyMusic72 [2002](Can't connect to MySQL server on '192.168.0.16' (101))
One strange thing about the log is the TIMESTAMP. I don't understand why this particular thread shows the 11th of April 2019. Other threads, not in this particular log, have the correct TIMESTAMP, for example yesterday (2019-11-06). I've only had the RPi 4 for about a month, so the April TIMESTAMP doesn't tie up!
I would be most grateful if one of the expert team at LibreELEC could possibly skim through the crash log and point me in the right direction to sort out the problem (http://ix.io/2159). I have been going round in circles for several days!