How to install MySQL Governor in plain server or without cPanel server.

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 Add the below line in my.cnf with root password  [dbgovernor]   Run the below command to start. service db_governor restart  

See More

Hot to add default Index page when new account is created in cpanel/WHM !!!

We all want to show default index page when new account is setup. Below are the steps: First of all we have to create below  folder. mkdir /root/cpanel3-skel mkdir /root/cpanel3-skel/public_html Create default index page. vi /root/cpanel3-skel/public_html/index.html save and quit the file. If you want user have a customized .bashrc file for their SSH sessions then […]

See More

How to Change Theme Without Login To WordPress Admin Area !!!

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 Plesk mysqldump –opt -uadmin -p`cat /etc/psa/.psa.shadow` database_name > database_name.sql Now, login to phpmyadmin and select the database_name. In the database click on table wp_options . In wp_options click on Sql tab . Execute the following […]

See More