Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

OS Independent Open Source Mysql Backup

  • 02-09-2009 10:15AM
    #1
    Registered Users, Registered Users 2 Posts: 1,620 ✭✭✭


    Hi , Doing a bit of research on mysql backup / restore for a small project in work.

    Anyone recommend some good OS utilities to help do this on windows/linux ?

    The DB's that are being backed up contain myisam and innodb tables and are generally large (100+ GB's)

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 55 ✭✭johnmd


    You can use the mysqldump command to take a dump of your databases from the command line or via a script it comes with mysql.
    Also there are lots of scripts that are already written that do just what you need.
    Have a look here for an example http://www.debianhelp.co.uk/mysqlscript.htm


Advertisement