Re: Read size of MySQL db
If you're using Linux, you can always do something like: # cd # du -s where is your mysql data directory. Example: # cd /var/lib/mysql # du -s test 9824test On Fri, 2002-02-01 at 15:18, Peter wrote: > How can I view/get the size of a MySQL database ? > > Many thanks, > P
Read size of MySQL db
How can I view/get the size of a MySQL database ? Many thanks, Peter M - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To