I think it's because it's the old structure, try this... BUT, back-up your
database files first!
Check that the owner of the database files are MySQL and that they have the
correct permissions, then run the following statement :
alter table customers type=MyISAM;
K
- Original Message -
> <---snip--->
> mysql> select * from customers;
> ERROR 1016: Can't open file: 'customers.ISD'. (errno: 138)
> <---snip--->
http://www.mysql.com/doc/p/e/perror.html
Regards
Georg
-
Before posting, please check:
http://www