diff --git a/sources/tech/20140702 How to check MySQL storage engine type on Linux.md b/sources/tech/20140702 How to check MySQL storage engine type on Linux.md index 80fa4abc4f..8b1c93a1dc 100644 --- a/sources/tech/20140702 How to check MySQL storage engine type on Linux.md +++ b/sources/tech/20140702 How to check MySQL storage engine type on Linux.md @@ -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?