MySQL Forums
Forum List  »  MyISAM

how to convert this innodb code into myisam?
Posted by: ryan smith
Date: April 04, 2010 11:02PM

how can i convert the following innodb code into myisam:

ALTER TABLE topics ADD FOREIGN KEY(topic_cat) REFERENCES categories(cat_id) ON DELETE CASCADE ON UPDATE CASCADE;

I need to know how to do this in phpmyadmin.

Options: ReplyQuote


Subject
Views
Written By
Posted
how to convert this innodb code into myisam?
4341
April 04, 2010 11:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.