What are the different MySQL database engines?
- InnoDB
- CSV
- MEMORY
- ARCHIVE
- MyISAM
With PHP 5.6+ "InnoDB" is treated by default database storage engine. Before that MyISAM defaulted storage engine.
BY Best Interview Question ON 26 Jan 2019