| DB Error is occuring when performing the install? |
|
|
|
|
I have seen a few comments on the board about and error that occurs during the install when attempting to alter a foreign key reference.
Keith posted a comment on the forums indicating that if you change the table engine from InnoDB to MyISAM, that should do the trick. The command to change the engine type is: ALTER TABLE {tablename} ENGINE=MyISAM For further details, please refer to the MySQL documentation (click here for MySQL's ALTER TABLE command ).
|
| < Prev | Next > |
|---|



