How to backup all the MySQL databases daily using Shell script/cron job.

Hi, How to take full MySQL backup daily using shell script ?   First we need to create the shell script on the server  and add below code in it. After creating the shell script. After this you can add this shell script to daily crons to perform daily backup automatically. You can directly put […]

Steps to download the backup of the Mysql Database with cpanel !

  You can download the backup of your mysql database easily from the cPanel with the help of below steps : 1. Login into the cpanel of your hosting account 2. Click on the “Backup Wizard” option available under the files section of your cpanel 3. Click on the “Backup” option available under the Backup/Restore […]

Repairing corrupted mysql database !!

Sometimes it happens that your database get corrupted due to many reason like it does not get restored properly or server get rebooted while updating database etc…. and you have tried to repair it using phpmyadmin and it does shows that it has repaired but it is not.Solution :Login to server with root accessStop mysql […]