Auf der Konsole bekomme ich bei einem repair folgendes:
Code: Select all
mysql> repair table usr_webxxx_1;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 8
Current database: usr_webxxx_1
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)
ERROR:
Can't connect to the server
Code: Select all
mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect
Also der Server als Solches arbeitet einwandfrei. Es geht wohl nur um die eine Datenbank, die diese Fehler verursacht und sogar dazu führt, daß keine weiteren Datenbanken (mysqldump) mehr angeprochen werden können.