Run the below command to install MySQL Governor in plain server or without control panel server. yum install db-governor –enablerepo=cloudlinux-updates-testing yum update mysql-server mysql-devel mysql –enablerepo=cloudlinux-updates-testing…
We all want to show default index page when new account is setup. Below are the steps: First of all…
Check the database name from wp-config.php file. Backup the database using the following command from shell. Cpanel mysqldump database_name > database_name.sql…