Mysql Server startet nicht

solarbridge

New Member
Hallo,
mein mysql server startet nicht mehr, anscheinend fehlt die sock datei...

daemon.log
Code:
Apr 29 15:51:01 /etc/init.d/mysql[12361]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Apr 29 15:51:01 /etc/init.d/mysql[12361]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Apr 29 15:51:01 /etc/init.d/mysql[12361]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Apr 29 15:51:01 /etc/init.d/mysql[12361]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Apr 29 15:51:01 /etc/init.d/mysql[12361]:

Könnt ihr mir damit schon helfen?
Achja, ich habe einen Ubuntu 10.04 vServer
 
Schau ins Init-Skript, welches Binary das aufruft. Im Regelfall /usr/sbin/mysqld. Das dann mal direkt auf der Konsole ausführen.
 
Code:
root@vServer:~# /usr/sbin/mysqld
110429 16:14:32  InnoDB: Started; log sequence number 0 43655
110429 16:14:32 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
 
Indem Du dem Workaround in dem Bugreport folgst und etwaige Ergebnisse (positiv wie negativ), andere Verhaltensweisen und Fehlermeldungen hier wieder postest.
 
Back
Top