Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

OS Independent Open Source Mysql Backup

  • 02-09-2009 9:15am
    #1
    Registered Users, Registered Users 2 Posts: 1,605 ✭✭✭


    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