I\'m running MySQL 5.5 on Windows, attempting a mysqldump:
\"C:\\WebServer\\MySQL Server 5.5\\bin\\mysqldump.exe\" -u user -ppassword database > \"C:\\ba
Same issue, commented out (#) the no-beep line in the MySQL my.ini, solved the problem.
Deleting the no-beep option worked for me, but I had to change the my.ini file in my windows directory! I'm using windows 10 by the way.
Removing my.ini from C:\ProgramData\MySQL\MySQL Server 5.6 solved it for me.