From a1c1aec4e3198c7c131558cbe8164c5ef3bb0357 Mon Sep 17 00:00:00 2001 From: zhengsihua Date: Tue, 8 Jul 2014 09:38:41 +0800 Subject: [PATCH] [Translating] How to check MySQL storage engine type on Linux --- .../20140702 How to check MySQL storage engine type on Linux.md | 2 ++ 1 file changed, 2 insertions(+) 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?