Can't connect to MySQL server

  • Hallo,

    ich habe ein Problem mit meinem neu aufgesetzten Odroid C2.
    Ich habe mit DietPi Kodi 16.1, LLMP (MySQL) und phpMyAdmin.
    Die as.xlm habe ich angepasst an die IP des C2.
    Es werden jedoch keine Einträge in die MySQL eingetragen. Das Log meldet ERROR: Unable to open database: MyMusic56 [2003](Can't connect to MySQL server on '192.168.178.49' (111))

    Der User kodi / kodi ist eingerichtet, hat ALL PRIVILEGES und GRANT, Host = %

    Habt ihr Tipps, woran es noch liegen kann? Derzeit ist nur der C2 als Client angebunden. Kodi 17 ist soweit ich weiß bisher nicht verfügbar.

    Danke Euch!

  • eventuell hilft dies

    Code
    To configure MySQL to listen for connections from network hosts, edit /etc/mysql/mysql.conf.d/mysqld.cnf and change the bind-address directive to the server's IP address:
    from: bind-address = 127.0.0.1
    to: bind-address = 192.168.0.5
    Note: Replace 192.168.0.5 with the appropriate address.
    Note: To allow both local and remote access (i.e. from both the MySQL host to itself and also from other clients), either comment out the bind-address using a hash (#) to disable it, or use bind-address = 0.0.0.0 to open it completely.
  • Danke das wars!!

    Ich hab die Anleitung für MySQL auf einem NAS genommen. Frage für den Linux-Laien/Neuling, der auf http://kodi.wiki/view/MySQL/Setting_up_MySQL verzweifelt, welche Anleitung die richtige ist, wenn er nen Raspberry nutzt, dessen Betriebssystem häufig auf Debian aufsetzt: Ubuntu, Arch oder RedHat based? Denn laut https://de.wikipedia.org/wiki/Ubuntu baut Ubuntu ebenfalls auf Debian auf. Daher müsste doch im Kodi-Wiki eigentlich "1 Debian Linux" stehen, oder?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!