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 not showing in cPanel  (Read 1886 times)

0 Members and 1 Guest are viewing this topic.

nidhinjo

  • Guest
Database size not showing in cPanel
« on: February 23, 2018, 08:36:54 am »
This issue  where database size show '0' in cPanel but tables, data exists in server. Here is the fix for it . Just follow the below steps,

1. Open cpanel.config file

Code: [Select]
#vi /var/cpanel/cpanel.config
2. Edit line and save the file (:wq) and exit.

Code: [Select]
disk_usage_include_sqldbs=1 ( you need to set it to '1' if '0' )
3. Once the editing has finished, please  run following script,
Code: [Select]
#/scripts/update_db_cache
That it !  :)