Merge pull request #1289 from geekpi/master

[Translating] How to check MySQL storage engine type on Linux
This commit is contained in:
geekpi 2014-07-08 09:39:59 +08:00
commit 1850550a90

View File

@ -1,3 +1,5 @@
Translating---------geekpi
How to check MySQL storage engine type on Linux
================================================================================
> **Question**: I need to know whether my MySQL database table is MyISAM or Innodb type. How can I check the type of a MySQL database table?