Advertisement
Guest User

Untitled

a guest
Jan 8th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. mysql> show table status;
  2. +-----------+--------+---------+------------+------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-------------------+----------+----------------+---------+
  3. | Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment |
  4. +-----------+--------+---------+------------+------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-------------------+----------+----------------+---------+
  5. | Customers | InnoDB | 10 | Compact | 5 | 3276 | 16384 | 0 | 0 | 4194304 | 6 | 2014-01-09 04:03:27 | NULL | NULL | latin1_swedish_ci | NULL | | |
  6. | Orders | InnoDB | 10 | Compact | 4 | 4096 | 16384 | 0 | 16384 | 4194304 | 6 | 2014-01-09 04:03:12 | NULL | NULL | latin1_swedish_ci | NULL | | |
  7. +-----------+--------+---------+------------+------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-------------------+----------+----------------+---------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement