|
View story
MySQL Table Types
http://ubuntuland.nireblog.com/post/2008/08/01/mysql-table-t...
Submitted by
HugoR
3 months, 2 weeks, 5 days, 8 hours agoAs of MySQL Version 3.23.6, you can choose between three basic table formats (ISAM, HEAP and MyISAM. Newer MySQL may support additional table type (InnoDB, or BDB), depending on how you compile it.
When you create a new table, you can tell MySQL which table type it should use for the table.
| |