
29 May
2006
29 May
'06
2:43 p.m.
Can't open file: 'process_id.MYI'. (errno: 145), SQL: 'SELECT process_ name, process_id, process_host, process_create FROM process_id WHERE process_name = 'PostMasterPOP3''
That's a MySQL problem, looks like the table "process_id" is damaged. Try to repair with "REPAIR TABLE process_id" at the mysql prompt (http://www.mysql.com/doc/en/REPAIR_TABLE.html). See MySQL docs on corrupted tables: http://www.mysql.com/doc/en/Corrupted_MyISAM_tables.html And on repairing tables: http://www.mysql.com/doc/en/Repair.html Regards, Richard