Guide To Install automysqlbackup On Mac

Package Information:

Name: automysqlbackup
Use: AutoMySQLBackup with a basic configuration will create Daily, Weekly and Monthly backups of one or more of your MySQL databases from one or more of your MySQL servers.
URL: https://sourceforge.net/projects/automysqlbackup/

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install automysqlbackup using brew
    brew install automysqlbackup

automysqlbackup is ready to use now!