Sunday, August 9, 2015

How to schedule MySQL database backups

No comments :
If you are a Database Administrator and want to safe keep your business you need regular backups.  Here is a small bash script I made to schedule MySQL databases and dump mysql database and compress the output file. All you need to do is give values to USER, PASSWORD,DB_NAME,OUTPUT reflect your MySQL user, password, database name and folder...