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: Mysql Database size shows ’0′ in cPanel  (Read 2782 times)

0 Members and 1 Guest are viewing this topic.

Haripriya H

  • Guest
Mysql Database size shows ’0′ in cPanel
« on: December 29, 2013, 12:25:17 pm »
In cPanel >> mysql databases , it shows database size as 0 even if it is not.

You just need to make  the below changes to fix  it :

     
  • vi   var/cpanel/cpanel.config

    and search for following line.

    disk_usage_include_sqldbs=0 ( set it to 1 instead of 0 )

    then just run the command

   
  • /scripts/update_db_cache


    That’s  all you are done.