1
Foreign key constraints support in MyISAM
Are foreign key constraints supported in MyISAM of MySQL? I have created a table using InnoDB, declaring the foreign key, and now I want to convert that table to MyISAM. Is it possible, and if so, how can I do it?
Answer Question
| October 20, 2009 8:03 PM
InnoDB, Linux, MyISAM, MySQL, Open source software
Are foreign key constraints supported in MyISAM of MySQL? I have created a table using InnoDB, declaring the foreign key, and now I want to convert that table to MyISAM. Is it possible, and if so, how can I do it?
1





