Thread: No more Beep
View Single Post
  #2  
Old 04-21-2004, 02:18 PM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

Or, if you're using mysql.exe, you can just do the following:

Quote:
C:\mysql\bin>mysql -b -f -s -u <username> -p <password>
Just replace <username> with your username (usually root) and <password> with your password.

-b shuts off that pesky "beep on errors" setting. Speeds things up a LOT
-s shuts off those "1 rows updated" messages. Speeds things up even more.
-f sets it so that MySQL... OK, so I dont' really know what it does