Wenn ich über das BackEnd administriere, geschieht es manchmal, dass die Mysql-Datenbank zerschossen wird. Mir fehlen in Contenido dann die meisten Navigationspunkte. Durch ein Datenbank repair mit
myisamchk -r
wird die Datenbank wieder repariert und alles ist gut. Die Festplatte hat genug freien Speicher. Folgende Fehlermeldungen bekomme ich z.B. von der MySql-Datebank:
Checking MyISAM file: netco/con_sequence.MYI
Data records: 58 Deleted blocks: 0
myisamchk: warning: 1 clients is using or hasn't closed the table properly
Checking MyISAM file: netco/con_user_prop.MYI
Data records: 8 Deleted blocks: 0
myisamchk: warning: 1 clients is using or hasn't closed the table properly
MyISAM-table 'netco/con_phplib_active_sessions.MYI' is usable but should be fixed
Verbockt Contenido da etwas (kein Eintrag im error.log) oder ist es alleine meine Datenbank?