anyone know where i can find the size of my mysql database? is there file or something? a php function? mysql function? thanks any help would be appreciated
MySQL tables are stored in an individual file for each table.
/var/lib/mysql is default per the rpm i THINK. Just do a search for oneofmytables.* case sensitive.