What Is MyISAM in MySQL

Q

What Is MyISAM in MySQL?

✍: FYIcenter.com

A

MyISAM is a storage engine used as the default storage engine for MySQL database. MyISAM is based on the ISAM (Indexed Sequential Access Method) concept and offers fast data storage and retrieval. But it is not transaction safe.

 

What Is InnoDB in MySQL

What Is ISAM in MySQL

Database Basics and Terminologies in MySQL

⇑⇑ MySQL Database Tutorials

2017-07-03, 1621🔥, 0💬