This is a discussion on MySQL Backup Script within the PHP Language forums, part of the PHP Programming Forums category; Is anyone aware of a MySQL Backup Script out there that works automatically to back up a database, say once ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ike wrote:
> Is anyone aware of a MySQL Backup Script out there that works automatically > to back up a database, say once every 24 hours? Thanks, Ike When looking for a script/bat file working under Windows/Dos take a look at http://www.jijenik.com/projects/mysqlbackup/index.html Works fine for me. |
|
|||
|
Ike wrote:
> Is anyone aware of a MySQL Backup Script out there that works automatically > to back up a database, say once every 24 hours? Thanks, Ike > > I just use a cron job to do it. Under windows you can do it with a scheduled task. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |