I’m trying to do
ALTER table tbl_name Engine=MyISAM;
and I get
ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constraint fails
How can I perform above query without deleting table having foreign key?
Thank you in advance!
UPD have I understood correctly that only MyIsam supports fulltext search?
try
Foreign Key Differences