|
|
Default table type of MySQL - Mysql
|
Views : 375
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
You can check the default table type being used by MySQL to run one of the following queries,
SELECT @@table_type;
or
SHOW VARIABLES LIKE "table_type";
MySQL Server uses MyISAM as its default table type |
|
By - Rekha, On - 2009-11-11 |
|
|
|