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: Disk Space for MySQL Databases in cPanel Show as 0MB  (Read 3816 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
Disk Space for MySQL Databases in cPanel Show as 0MB
« on: October 20, 2014, 11:30:37 pm »
Sometime in the cPanel, MySQL databases show 0MB of disk space used, when you know your databases are much larger. This is due to an option in cPanel that you specifically have to enable. To enable MySQL disk usage tracking:

Edit /var/cpanel/cpanel.config

Change:

disk_usage_include_sqldbs=0

to

disk_usage_include_sqldbs=1

Then run the following:

/scripts/update_db_cache

Thats it..