How many storage engines in MySQL?

1.  MyISAM :  MyISAM is a default storage engine and that one using in web, data warehousing and other application environments.

2. InnoDB : Using this engines our transaction is safe and we can use this for row level blocking.

3. Memory : Store data in RAM for fast access of data formally known as HEAP.

4. NDBClusters : This clustered database engine is particularly suited for applications that require the highest possible degree of up-time and availability.

Most Popular

The difference between React vs AngularJs

How to send emails using PHPmailer and GMAIL SMTP

Enabling Gzip Compression of PHP, CSS, and JS Files Without mod_deflate