Search code examples
mysqldatabase-backups

How to do automatic mysql db backup using mysql workbench


How to do automatic mysql db backup using mysql workbench?

alt text

Is it possible?


Solution

  • If you have a webserver with PHP I'd suggest MySqlDumper

    It supports:

    • Automatic backups
    • Emails backups
    • Compresses backups
    • Rotates backups
    • etc.