CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   MySQL (http://www.codingforums.com/forumdisplay.php?f=7)
-   -   how to make automatic backup of MySQL databases (http://www.codingforums.com/showthread.php?t=286293)

sunilmkt 01-23-2013 01:53 PM

how to make automatic backup of MySQL databases
 
I want to know how to automatic backup of mysql database.

Old Pedant 01-23-2013 08:05 PM

On Linux, use a CRON job.

On Windows, use the Task Scheduler.

MySQL comes with a command line tool called "mysqldump". To learn how to use it, bring up a command line interface and type in "mysqldump --help". Or read the documentation on the MySQL web site.


All times are GMT +1. The time now is 02:52 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.