sessions.MYI Error

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
techneo
Posts: 146
Joined: 2002-08-31 17:32
Location: Berlin
Contact:
 

sessions.MYI Error

Post 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
alexander newald
Posts: 1117
Joined: 2002-09-27 00:54
Location: Hannover
Contact:
 

Re: sessions.MYI Error

Post 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
techneo
Posts: 146
Joined: 2002-08-31 17:32
Location: Berlin
Contact:
 

Re: sessions.MYI Error

Post 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
alexander newald
Posts: 1117
Joined: 2002-09-27 00:54
Location: Hannover
Contact:
 

Re: sessions.MYI Error

Post by alexander newald »

-A fehlt, sorry - War noch etwas früh am Morgen
Post Reply