myphpadmin setting up permissions for DB remote access.

  • Setup my advancedsettings.xml to connect to DB on local network.

    setup the kodi user on myphpadmin.

    468e0ba9b63936c189dc58d4074335ba.png

    Logs show it can't connect to DB and do what it needs to do.

    I went under the assumption that it is only allowing localhost access, and tried adding an wildcard so all the IP(s) that the router can give would be cleared for access.

    Stumped. What am I doing wrong?

    • Official Post

    It might be a good idea to post your questions on botu Kodi and LibreELEC forums, but as most of the "staff" people doing support on Kodi and LibreELEC are the same people, I personally get a bit annoyed. :)

    In short:

    First, get rid of the first entry in the mysql user table, as it is a humungous security flaw.

    Secondly, use passwords. I have a feeling that Kodi (like in most programming languages) sees the av.xml line "<pass></pass>" different from the mysql "no password" option.