My ideas : My Blogs
This space contains blogs in the domain of software development and running.
Wednesday, 15 October 2014
check space of databases using mysql query
select table_schema, sum((data_length+index_length)
) AS BYTES from information_schema.tables group by 1;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment