I thought I had posted a message about this just now but I can't see it listed so I guess I screwed it up somehow. Anyway I'm starting to get a little desperate here :-)
I ran an optimize on one of my tables and, although it appeared to work correctly (and found an error), the table now comes up as "in use" in PHPMyAdmin.
I even tried using mysql from the command line (via telnet) but I get this error:
mysql> use xxxxxxxdb;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Didn't find any fields in table 'Pages'
Database changed
mysql> select * from Pages;
ERROR 1016: Can't open file: 'Pages.MYD'. (errno: 144)
mysql>
Any help greatly appreciated