Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: dustin on February 22, 2014, 01:01:30 pm

Title: Database size shows 0 MB
Post by: dustin on February 22, 2014, 01:01:30 pm
MySQL Database size shows 0 MB in cPanel

Solution
===
SSH to your server as root and edit the cpanel.config file(/var/cpanel/cpanel.config).
Search for "disk_usage_include_sqldbs=0" and change to "disk_usage_include_sqldbs=1"

If the parameter is not present, add it. Save the file and execute the following command:

root@server[~]# /scripts/update_db_cache

===