Advertisement: Over 100,000 Jobs Worldwide. Click here to find one for you.

MySQL FAQs
FAQs Categories
Client Server Commands
Database Structure
Table Types or Storage Engines
Indexes
SQL Statements
Table Joins
Funtions and Operators
Tricky Select Queries
Speed Up Queries
Data Back Up
General Questions
Errors
Send This Page to Friend
Enter Friend's Email
Enter Your Email
http://www.kareerlinks.com/jobs/skill/MySQL
 

MyISAM Storage Engine / Table Type in MySQL

MyISAM became MySQL’s default storage engine as of version 3.23.1. It is based on the older ISAM code and has many useful extensions and characteristics. MySQL 5.1 does not support ISAM.

MyISAM Engine Related FAQs

What-are-MyISAM-table-characteristics What are MyISAM table characteristics?

What-are-MyISAM-formats-in-MySQL What are MyISAM formats in MySQL?

How-to-create-myisam-table-in-MySQL How to create myisam table in MySQL?

How-MySQL-myisam-table-is-stored-on-disk How MySQL myisam table is stored on disk?