MySQL console on Windows: disable beep error

Published by jak58 - Last update on October 3, 2009 07:53 AM by jak58

MySQL console on Windows: disable beep error







Issue


When using MySQL console on Windows, each error causes a beep.

Solution


To disable it, you simply add the parameter-b in your connection string:
mysql -b -h server -u user -p