LibreELEC-RPi4.arm-9.1.001.img.gz MySQL connection issue

  • Hi,

    I copied advancedsettings.xml over from my RPI3 to my RPI4 and in the debug logs, when trying to connect to the DB it says

    Code
    2019-04-11 18:28:41.898 T:2876658544   ERROR: Unable to open database: MyVideos116 [2002](Can't connect to MySQL server on '192.168.178.53' (101))

    However, using telnet, it seems it could connect

    Code
    XX:~/.kodi/temp # telnet 192.168.178.53 3306
    Connected to 192.168.178.53
    R
    5.5.62-MariaDB▒~I2]^Aio!▒oauKUIO0B:>fmysql_native_passwordkodi

    Is there something else wrong?