How to know storage engine of mysql table
When you are working in mysql server sometimes you need the information about what is the storage engine of table in database. Mostly we use Innodb and MyISAM but it might be the case in mysql server other storage engine can also be used. In mysql to know storage engine of mysql table,use the below…