Page 1 of 1

sessions.MYI Error

Posted: 2004-10-08 21:01
by techneo
Servus, ich bekomme folgenden Fehler:

Code: Select all

Can't open file: 'sessions.MYI'. (errno: 145)Can't open file: 'sessions.MYI'. (errno: 145)
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /srv/www/htdocs/confixx/html/functions.inc.php on line 491
Can't open file: 'sessions.MYI'. (errno: 145)
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /srv/www/htdocs/confixx/html/functions.inc.php:345) in /srv/www/htdocs/confixx/html/sessions.inc.php on line 18

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /srv/www/htdocs/confixx/html/functions.inc.php:345) in /srv/www/htdocs/confixx/html/sessions.inc.php on line 18
Wer kann mir weiterhelfen?

Gruß DIGIMan

Re: sessions.MYI Error

Posted: 2004-10-09 07:16
by alexander newald

Code: Select all

alexander @ ~ > perror 145
Error code 145:  Unknown error 145
145 = Table was marked as crashed and should be repaired
Bedeutet, dass die Tabelle Aufgrund eines Fehlers gesperrt ist

Code: Select all

mysqlcheck -u USERID -p -h IP_MYSQL_SERVER -r
sollte das Problem beheben

Re: sessions.MYI Error

Posted: 2004-10-09 13:17
by techneo
Habe Folgendes eingegeben:

Code: Select all

DIGISERVER1:~ # mysqlcheck -u USERID -p -h 213.131.235.140 -r
Diese Antwort bekomme ich:

Code: Select all

You forgot to give the arguments! Please see mysqlcheck --help
for more information.
Gruß DIGIMan

Re: sessions.MYI Error

Posted: 2004-10-09 15:48
by alexander newald
-A fehlt, sorry - War noch etwas früh am Morgen