OMG! My databases got zero size π The databases in cPanel aren’t showing its actual size, but it contains tables and contents. There is an option in cPanel configuration to include MySQL databases disk usage. We can simply enable this from WHM or from the shell.Β The steps mentioned below will help you to figure it out.
From command line
1. Run the command.
# /usr/local/cpanel/bin/setupdbmap
2. Edit cPanel configuration file.
disk_usage_include_sqldbs=1 ( you need to set it to '1' if '0' ) in file /var/cpanel/cpanel.config
3. Run the following script.
#/scripts/update_db_cache
You can also enable this from the WHM control panel.
WHM >> Server Configuration >> Tweak Settings>>SQL>> Include databases in disk usage calculations
That’s it!!
Related
1, How to change default time zone in MySQL?
2, How to know the MySQL uptime from commandline β 3 Methods
3, How to enable remote MySQL for an IP address on a cPanel server via CSF
2 thoughts on “Databases showing 0MB in cPanel”