質問編集履歴

1

テーブルのステータスを表示する方法があったのでそちらも記載します。

2016/02/02 07:09

投稿

kasotama
kasotama

スコア35

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,50 @@
50
50
 
51
51
  +------------+---------+------+
52
52
 
53
+
54
+
55
+ MariaDB [test]> show table status;
56
+
57
+ +---------+--------+---------+------------+------+----------------+-------------
58
+
59
+ +-----------------+--------------+-----------+----------------+-----------------
60
+
61
+ ----+-------------+------------+-----------------+----------+----------------+--
62
+
63
+ -------+
64
+
65
+ | Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length
66
+
67
+ | Max_data_length | Index_length | Data_free | Auto_increment | Create_time
68
+
69
+ | Update_time | Check_time | Collation | Checksum | Create_options | C
70
+
71
+ omment |
72
+
73
+ +---------+--------+---------+------------+------+----------------+-------------
74
+
75
+ +-----------------+--------------+-----------+----------------+-----------------
76
+
77
+ ----+-------------+------------+-----------------+----------+----------------+--
78
+
79
+ -------+
80
+
81
+ | mylogin | InnoDB | 10 | Compact | 2 | 8192 | 16384
82
+
83
+ | 0 | 0 | 0 | NULL | 2016-02-02 13:33
84
+
85
+ :54 | NULL | NULL | utf8_general_ci | NULL | |
86
+
87
+ |
88
+
89
+ +---------+--------+---------+------------+------+----------------+-------------
90
+
91
+ +-----------------+--------------+-----------+----------------+-----------------
92
+
93
+ ----+-------------+------------+-----------------+----------+----------------+--
94
+
95
+ -------+
96
+
53
97
  ```
54
98
 
55
99