Free Hosting Tutorials

Procedure to restore back ups in Linux using whm root panel

1. Login to whm root panel using the url >> http://domain name/whm 2. Search for Backup >> here you will get many options as listed below Configuration File Rollback Configure Backup Restore a Full Backup/cpmove file Restore Backups Restore Multiple Backups 3.  Select any option in the above listed >> it will ask for an […]

Procedure to install Plesk Control Panel on Linux VPS

Here are the complete steps on “How to install Plesk 8.x on a plain VPS Hosting / Dedicated server“.. Important Pre-Installation Tasks : Login to the VPS Hosting/server & execute “uname -i” to get the OS bit version so that you can download the appropriate installer package. Quote: [root@server ~]# uname -i x86_64 Later on, […]

How to Repair MySQL Database Tables?

1.Log into the control panel using the url http://domainname/cpanel 2.Navigate to phpmyadmin 3.Open the database which you want to repair 4.Select the tables which need to be repaired. 5.Once the tables are repaired,you will get a confirmation screen.

How to Optimize MySQL Database Tables?

1.Log into the control panel using the url http://domainname/cpanel 2.Navigate to phpmyadmin 3.Open the database which you want to optimize. 4.Select the tables which need optimization 4.From the drop down list box choose optimize option as shown in the figure 5.After the tables are optimized you will get the confirmation about the optmimized table.