me,myself,english and programming..

MySQL – Show all tables row count

SELECT table_name, table_rows
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_SCHEMA = ‘YOUR SCHEMA’;

mysql-count

 

p/s :
Dear blog, it has been quite some time i’m not write anything here.

Post a Comment