From: Phil D. <ph...@du...> - 2003-08-22 03:42:24
|
Hi Keith, Chris I think has it... the file SalesOrderDetails.frm is actually used and created by MySQL as the detail for the table SalesOrderDetails. I don't understand too much about MySQL inner workings but this is one of the files required to define the table. Can you browse this table (SalesOrderDetails) in phpMyAdmin ? for whatever reason it must be corrupt or permissions dodgy. The easy way to fix it would be to drop the entire database and re-run the database creation script web-erp-demo.sql through mysql. Is MySQL running reliably? Has it got the correct permissions on the data files? ie mysql is the owner and the group for the data directory and all its contents. Phil Daintree |