Is there a way retrieve records from mysql and find out the disk space consumed by those records?
Example:
SELECT * from messages where login='$login';
Once the records are retrieved, how can I find out the amount of disk space occupied by the records?
Thanks.
Richie.