MyISAM is the default storage engine for MySQL , how can we change the default engine? I mean which other storage engine can we apply? Also the code ideally would be
CREATE TABLE t (i INT) ENGINE = MYISAM;
OR
CREATE TABLE t (i INT) TYPE = MYISAM;
So if we change the engine here...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.