Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Location
    Louisiana
    Posts
    39
    Plugin Contributions
    0

    Database Backup Error

    I just went to my admin page to do a database backup under tools/database backup mysql and when I try to download without storing on the server I get this error message


    Result code: 127
    ERROR: Could not locate the MYSQLDUMP backup utility. BACKUP FAILED.

    Could someone please help me out and point me in the direction to fix this error.



    Thanks In Advance

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Database Backup Error

    As your host for the path to the "mysqldump" binary.

    And then set that path in the language file:
    /admin/includes/languages/english/backup_mysql.php
    Code:
    // define the locations of the mysql utilities.  Typical location is in '/usr/bin/' ... but not on Windows servers.
    // try 'c:/mysql/bin/mysql.exe' and 'c:/mysql/bin/mysqldump.exe' on Windows hosts ... change drive letter and path as needed
    define('LOCAL_EXE_MYSQL',     '/usr/bin/mysql');  // used for restores
    define('LOCAL_EXE_MYSQLDUMP', '/usr/bin/mysqldump');  // used for backups
    Similar instructions are in the readme for this contribution.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jun 2004
    Location
    Louisiana
    Posts
    39
    Plugin Contributions
    0

    Default Re: Database Backup Error

    Will do.

    Thanks DrByte for the fast respond.

  4. #4
    Join Date
    Feb 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Database Backup Error

    I am having the exact same error. it used to work just fine. I re-installed the backup add on and changed the folder to admin folder to 777. i can't figure out what is wrong. It worked in AUG.

    Mach

    If you learn by making mistakes, then I'm learning a hell of a lot.

    Http://octagonwebworks.com

 

 

Similar Threads

  1. v137 Error on Database Backup
    By johnd in forum General Questions
    Replies: 2
    Last Post: 24 Jul 2013, 12:58 AM
  2. Database Backup Manager - ERROR
    By dome90uk in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 7 Sep 2010, 10:20 AM
  3. Database backup error
    By IronMan101 in forum General Questions
    Replies: 1
    Last Post: 6 Aug 2007, 11:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg