The path for MYSQL is "C:\xampp\mysql". What would I change in line 254?
The path for MYSQL is "C:\xampp\mysql". What would I change in line 254?
Change
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\\\''
]);
$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...
I made the change to line 254, but I am still getting the same error.
MySQL tools (mysql, mysqldump) not found.
....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...
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...