How to Backing up and Restoring Your MySQL Server
Hello ,
i have created a small bash script to backup complete mysql server and then restore it. you can download the script and configure it as per your need.
Download :
mysql-backup.sh 29-Apr-2009 08:31 488 mysql-restore.sh 29-Apr-2009 08:31 1.0K
you need to change permissions for this script to be executed change permissions using :
chmod +x mysql-backup.sh
chmod +x mysql-restore.sh
This script requres mysql server, mysql clinet and mysqldump to take backup of databases and then to restore it ,
Please post you feedback if you got any problem using this script please comment below .
Categories: Database Security, Linux / Unix, Server Security, Tips, Tutorials backup, database, db, linux, mysql, network, permission, security, sql server, web security