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:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install automysqlbackup using brew
brew install automysqlbackup
automysqlbackup is ready to use now!