Menu

OSX PATH : mysqldump: command not found

2005-12-29
2013-05-29
  • Chriscypher Gray

    I was getting errors of:
    ###### WARNING ######
    Errors reported during AutoMySQLBackup execution.. Backup failed
    Error log below..
    /etc/periodic/daily/automysqlbackup.sh.2.3: line 363: mysqldump: command not found

    Not sure if the PATH has changed, but since upgrading automysqlbackup I had to add to line 307 the path to the default mysql/bin directory for OSX:

    original:
    PATH=/usr/local/bin:/usr/bin:/bin

    new:
    PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/mysql/bin

     
    • Harley

      Harley - 2006-01-23

      Added updated path statement to ver 2.4

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.