Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Database size shows 0 MB  (Read 2410 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Database size shows 0 MB
« 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

===