Display MySQL tables detailed information
by z3n on Jun.18, 2009, under Coding, Tips & Hints
Problem:
How to display detailed information about each table on a database?
Solution:
show table status;
Source:
Problema:
Como saber todas as informações possíveis sobre uma tabela em cada database?
Solução:
show table status;
Fonte:
No comments for this entry yet...