Mysql-Server lässt sich nicht starten

L I V E Stammtisch ab 20:30 Uhr im Chat
  • Ich probiere jetzt schon seit Stunden einen Mysql-Server auf der Raspbery zu starten. Aber ich schaffe es leider nicht.

    Installationsausgaben:

    syslog

    Code
    Dec 21 13:15:28 raspberrypi mysqld_safe: mysqld from pid file /var/run/mysqld/mysqld.pid ended
    Dec 21 13:15:40 raspberrypi /etc/init.d/mysql[21390]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
    Dec 21 13:15:40 raspberrypi /etc/init.d/mysql[21390]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
    Dec 21 13:15:40 raspberrypi /etc/init.d/mysql[21390]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
    Dec 21 13:15:40 raspberrypi /etc/init.d/mysql[21390]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
    Dec 21 13:15:40 raspberrypi /etc/init.d/mysql[21390]:

    Manueller Start

    Code
    pi@raspberrypi ~ $ sudo service mysql start
    [FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!

    Warum kann ich den Mysql-Server nicht starten?

    Die Raspberry ist auf dem aktuellsten Stand (Software, Firmware).

  • Ich hae den Fehler selber gefunden. Es musste die Adresse bind-address auf die IP der Raspberry geändert werden.

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!