Advertisement
ajithkgshk

Untitled

Jul 25th, 2023
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. SHOW TABLE STATUS LIKE 'products';
  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 | Max_index_length | Temporary |
  4. +----------+--------+---------+------------+---------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+--------------------+----------+----------------+---------+------------------+-----------+
  5. | products | InnoDB | 10 | Dynamic | 2420403 | 514 | 1245708288 | 0 | 3195797504 | 6291456 | 2666508 | 2023-07-18 05:39:43 | 2023-07-25 05:58:00 | NULL | utf8mb4_general_ci | NULL | | | 0 | N |
  6. +----------+--------+---------+------------+---------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+--------------------+----------+----------------+---------+------------------+-----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement