MySQL Backup Script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ike

    MySQL Backup Script

    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


  • Linvo

    #2
    Re: MySQL Backup Script

    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.

    Comment

    • Jerry Stuckle

      #3
      Re: MySQL Backup Script

      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@attgl obal.net
      =============== ===

      Comment

      Working...