MyISAM « Engine « SQL / MySQL






1.MyISAM storage engine supports composite indexes that include an AUTO_INCREMENT column.
2.Change the Type of the Table (MyISAM, InnoDB)
3.Secure backup of a MyISAM database: --lock-all-tables:
4.Change it to the more efficient MyISAM type.
5.ENGINE = {BDB | MEMORY | ISAM | INNODB | MERGE | MYISAM}
6.MYISAM engine