MYSQL MyISAM Engine
ENGINE=MyISAM
CREATE TABLE foo (
...
) ENGINE=MyISAM;
CREATE TABLE foo (
...
) ENGINE=MyISAM;
In this page (written and validated by A. Gawali) you learned about MYSQL MyISAM Engine . What's Next? If you are interested in completing MYSQL tutorial, your next topic will be learning about: MYSQL Converting from MyISAM to InnoDB.
Share On: |