Select the database and hit this query
1 2 3 4 |
//Select the database and hit this query SHOW TABLE STATUS LIKE '%'; |
How To Check The Status Of Tables Of A Database
Select the database and hit this query
1 2 3 4 |
//Select the database and hit this query SHOW TABLE STATUS LIKE '%'; |