I have converted some tables from MyISAM to INNO using an ALTER TABLE statement. It seems to work fine. However, when I copy that database to another directory for purposes of backup, a subsequent 'use' statement on the backup directory (db) reports that
Didn't find any fields in table 'tblAssays'
After exploring I get a report that
Can't open file: 'tblAssays.InnoDB' (errno: 1)
Can anyone shed any light on this problem? Many thanks.
titus sends
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]