hi,
This Query gives you all database size,
SELECT table_schema "Data Base Name", sum( data_length + index_length ) /
1024 / 1024 "Data Base Size in MB"
FROM information_schema.TABLES GROUP BY table_schema ;regards, R Dinesh Kumar _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
