In cPanel >> mysql database , it shows database size as ” zero” even if it is not.
Solution :
You just need to make the below changes to fix it :
root@server [#] 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
root@sever[#] /scripts/update_db_cache
Done.