1
2

More than 5 years have passed since last update.

メモ: mysqlでInnoDBかMyISAMか確認

Last updated at Posted at 2013-11-26
mysql> show table status;
  • mysql4の場合、Typeカラムを確認。
  • mysql5の場合、Engineカラムを確認。
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2