Mbkumar : Live demo of the MySQL Enterprise... 10 Ways to Automatically & Manually Backup MySQL Database. Mar 15 2009 MySQL is one of the most popular open source database management system for the development of interactive Websites. If your site stores its sensitive data in a MySQL database, you will most definitely want to backup that information so that it can be restored in case of any disaster (we all have been there).
There are several ways to backup MySQL data. In this article we’ll look at how to backup your databases using different methods, we will also learn how to achieve an automatic backup solution to make the process easier. Starting with the mysqldump utility that comes with MySQL, we will review several examples using mysqldump, including the backup of your database to a file, another server, and even a compressed gzip file and send it to your email. 1. Many of users use Amazon S3 to backup their mysql databases. 2. 15 2 * * * root mysqldump -u root -pPASSWORD --all-databases | gzip > /mnt/disk2/database_`data ' %m-%d-%Y'`.sql.gz 3. 4. 5. 6. 7. 8. 9. 10. 11.
Worth Reading. MySQL Backup Tool. 12.6.2 Mathematical Functions. 12.4 Control Flow Functions. 13.6.4.1 Local Variable DECLARE Syntax.