Daily MySQL Database Backup through Cron

Posted on September 22nd, 2006 by Admin.
Categories: Cpanel Hosting, MySQL.

Greetings Guys ,

To set the mysql database backup through cronjob …

* * * * * /usr/bin/mysqldump -u dbusername dbname -p password > /home/uesrname/dbname.sql
Where you can setup the time / interval when you need backup :)

Cheers :)

Kyle

0 comments.

Leave a comment

Comments can contain some xhtml. Names and emails are required (emails aren't displayed), url's are optional.