Do you have InnoDB compiled in?
What OS? If Windows, did you install MySQL-MAX? If Linux did you install from source or RPM?
If Linux, from the command line type:
Code:
mysqladmin variables
Look in the output for:
Is it Yes or no?
In Windows, use the MySQLAdmin tool to find this. It should still be set to yet. Otherwise, you cannot use InnoDB tables.
=C=