Results 1 to 10 of 327

Hybrid View

  1. #1
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: Backup MySQL Database

    The path for MYSQL is "C:\xampp\mysql". What would I change in line 254?

  2. #2
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,835
    Plugin Contributions
    31

    Default Re: Backup MySQL Database

    Change

    $pathsearch = array_merge($possiblePaths, [
    $paths_auto,
    '/usr/bin/',
    '/usr/local/bin/',
    '/usr/local/mysql/bin/',
    'c:/mysql/bin/',
    'd:/mysql/bin/',
    'e:/mysql/bin/',
    'c:/server/mysql/bin/',
    '\'c:/Program Files/MySQL/MySQL Server 5.0/bin/\'',
    '\'d:\\Program Files\\MySQL\\MySQL Server 5.0\\bin\\\''
    ]);
    to

    $pathsearch = array_merge($possiblePaths, [
    $paths_auto,
    '/usr/bin/',
    '/usr/local/bin/',
    '/usr/local/mysql/bin/',
    'c:/mysql/bin/',
    'd:/mysql/bin/',
    'e:/mysql/bin/',
    'c:/server/mysql/bin/',
    '\'c:/Program Files/MySQL/MySQL Server 5.0/bin/\'',
    '\'d:\\Program Files\\MySQL\\MySQL Server 5.0\\bin\\\'',
    'C:\xampp\mysql'
    ]);
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  3. #3
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: Backup MySQL Database

    I made the change to line 254, but I am still getting the same error.

    MySQL tools (mysql, mysqldump) not found.

  4. #4
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,835
    Plugin Contributions
    31

    Default Re: Backup MySQL Database

    ....because the path to the executables is actually C:/xampp/mysql/bin/'

    Either edit the file or download the updated version I've just pushed.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  5. #5
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: Backup MySQL Database

    Quote Originally Posted by torvista View Post
    ....because the path to the executables is actually C:/xampp/mysql/bin/'

    Either edit the file or download the updated version I've just pushed.
    How can I get the new version you "pushed"?

  6. #6
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,835
    Plugin Contributions
    31

    Default Re: Backup MySQL Database

    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  7. #7
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: Backup MySQL Database

    Quote Originally Posted by torvista View Post
    It works now. Thanks for your help.

 

 

Similar Threads

  1. Backup MySQL Database vs using cPanel backup option?
    By IronMan101 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Jul 2007, 08:46 AM
  2. Database Backup Manager - MySQL
    By sicness in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 7 Aug 2006, 09:42 PM
  3. Backup MySQL Database failure
    By JFD in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 3 Jun 2006, 06:55 AM

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