cbaerike / MySQL-Backup-Manager

MySQL Backup Manager is a simple software solution for backing up MySQL Databases automatically. It uses a Windows service for the backup process and has an GUI attached for administrating which databases needs backup
http://martin-rohwedder.github.io/MySQL-Backup-Manager/
27 stars 7 forks source link

could not find MySQLdump.exe #17

Open dickography opened 8 years ago

dickography commented 8 years ago

error when trying to backup, it says: "2016-07-18 11.21 - ERROR - The system could not find the MySQLDump.exe file. Please add the MySQL \bin path to your system's PATH variable."

i check there's nothing wrong with the mysql\bin path in mysql installation/directory. the dump.exe is also there.

any suggestion?

MikeD096 commented 8 years ago

Open Command Prompt and type: mysqldump --version

If you do not get the version information or get the same error, then the issue is with your environment and/or MySQL installation.

Zuiron commented 8 years ago

I have the same problem. I just setup this on my VPS with no problems. on my pc however i get this error.

Zuiron commented 8 years ago

huh, My problem went away after i uninstalled and reinstalled it... strange (backup manager that is)

Zuiron commented 8 years ago

@dickography try reinstalling backup manager. worked for me.