Does anyone know how I can use PHP to read the size of a database ?
Thanks, Peter
This changes from database to database.
Forgot to mention, it's for MySQL !
Have you checked the user documentation for MySQL? I know you can look at the actual data file on the file system with fstat, but there should be a way to do it from a query.
I don't use MySQL myself so I don't know.