How to get info about mySQL table

SHOW TABLE STATUS FROM database_name WHERE Name='table_name'

where

  • database_name is database name
  • table_name - table name

Comments

No comments yet, you can leave yours: