I want to know the current table type or engine being used by my MySQL Server. Also can I know that what is default table type of MySQL?
SELECT @@table_type;
SHOW VARIABLES LIKE "table_type";
MySQL Server uses MyISAM as its default table type