Introduction to MySQL Databases In cPanel

In this tutorial, we are going to discuss the MySQL Databases tool in continuation to our previous discussion on phpMyAdmin. Content Management Systems, Shopping Carts, Bulletin Boards etc. requires to handle a large amount of data. For that, they use MySQL databases. Therefore, MySQL database is a tool for managing a large amount of information […]

Databases : Introduction to phpMyAdmin in cPanel

In this tutorial, we are going to discuss new section in cPanel which is: “DATABASES”. This section provides following tools for the cPanel users: phpMyAdmin MySQL Databases MySQL Database Wizard Remote MySQL As shown in the following screenshot: phpMyAdmin : Using phpMyAdmin tool you can easily handle the various options for managing the databases at […]

Databases showing 0MB in cPanel

Databases showing 0MB in cPanel  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 >> […]