Check mysql engine support

ARUN Post in MYSQL
0

mysql> show engines;
+————+———-+—————————————————————-+
| Engine | Support | Comment |
+————+———-+—————————————————————-+
| MyISAM | DEFAULT | Default engine as of MySQL 3.23 with great performance |
| MEMORY | YES | Hash based, stored in memory, useful for temporary tables |
| InnoDB | DISABLED | Supports transactions, row-level locking, and foreign keys
===

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.