How to Repair MySQL Database via cPanel ?

How to Repair MySQL Database via cPanel ?

In this tutorial we will understand how to repair MySQL Database via cPanel. For this follow the steps as mention below : To Repair MySQL Database via cPanel 1. Log in to your cPanel account. 2. Go to the DATABASES section and click on MySQL® Databases. 3. Find the Modify Databases section and select the database from the drop-down list of […]

Read More »

MySQL Max User Connections Error

Warning: mysql_connect() [function.mysql-connect]: User cPanel-user_site already has more than ‘max_user_connections’ active connections in /home/cPanel-user/public_html/general_lib/packages/cmf/v2/mysql.class.inc.php on line 2120 When accessing your website, you might face the error as above. This is due to the limitation of MySQL max user connections on the server. To fix the above error you will have to increase the max user […]

Read More »
How to Drop Columns from a Database Using phpMyAdmin?

How to Drop Columns from a Database Using phpMyAdmin?

With phpMyAdmin, users will create alterations to their MySQL and MariaDB databases. This tool is available on cPanel, Plesk and DirectAdmin additionally. You’ll be able to even delete columns from a database via phpMyAdmin. Following are the simple steps to Drop Columns from a Database Table via phpMyAdmin : Step 1. Log in to your […]

Read More »
Learning About information_schema Database

Learning About information_schema Database

There is an extra database named as information_schema within the MySQL version 5.02. You’ll be able to notice this database in cPanel >> Databases >> phpMyAdmin. It permits you to access the database information for corresponding user. information_schema database stores the information concerning all alternative databases. For instance, data type of columns, a database or […]

Read More »
How to Restart MySQL Server from WHM?

How to Restart MySQL Server from WHM?

If you’ve have made some configurations like applying an update to the software or a rolling restart of the server you may have to restart MySQL server. However, you’ll safely interrupt any presently running processes, provided you restart the server from your WHM root account. Following are the steps to Restart MySQL Server from WHM […]

Read More »