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
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to