I installed Tank_Auth and saw that it's using InnoDB while my tables are all using MyISAM. Will this be a problem? Should I change it to MyISAM?
Asked
Active
Viewed 514 times
0
-
possible duplicate of [MySQL - InnoDB vs MyISAM](http://stackoverflow.com/questions/4251179/mysql-innodb-vs-myisam) – Wesley Murch Feb 16 '12 at 18:36
1 Answers
0
It should probably be left InnoDB, which supports foreign key relationships. MyISAM is easy to port to InnoDB, but not vice versa.

landons
- 9,502
- 3
- 33
- 46