Running SQLyog 3.11
MYSQL 4.0.12 (I think)
In SQLyog, if I create a new table, and select InnoDB as the type, it saves it as TYPE=MyISAM ROW_FORMAT=DYNAMIC. I've been leaving the fields default–do I need to enter something else in there?
If I try to change it via “Change Table Type To,” it never modifies it. I need to establish foreign keys and not sure how to go about it. I can't seem to find specifics in the manual. What am I doing wrong? Thanks in advance.