MySQL in console mode on Windows: disable the beep error
When you use MySQL in console mode under Windows, each error causes a beep.
Beleive me it can be very annoying!!!
To disable it, you simply add the
parameter-b in your connection string:
mysql -b -h server -u user -p