currently im trying to make backup and restore mysql database in my laravel project. I am using this laravel package https://github.com/backup-manager/laravel for backup pac
It is because mysqldump.exe is not found in that location, the right path is given bellow
cd C:\Program Files (x86)\MySQL\MySQL Server 5.5\bin
Press Enter
then type
mysqldump.exe
or,
Directly open this directory "C:\Program Files (x86)\MySQL\MySQL Server 5.5\bin" and Press LEFT SHIFT KEY from keyboard and RIGHT CLICK on the Directory Window. then type
mysqldump.exe
It will work 100% correctly
If you are using Xamp then:
Reminder: Make sure to restart your command-line interface.