View Full Version : No more Beep
WARR10R
04-21-2004, 10:06 AM
Dont know if anyone has already posted this but I thought I would mention it to speed up adding files to your database.
(windows xp)
open up Device manager and select VIEW show hidden files
and disable BEEP
you will need to reboot but it has saved me hours
Hope it is of some help
mikenune
04-21-2004, 02:18 PM
Or, if you're using mysql.exe, you can just do the following:
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 :)
Gossamer
04-22-2004, 07:47 AM
The -f setting is...
-f or --force : Continue even if we get an sql error.
mikenune
04-22-2004, 08:01 AM
Umm... I knew that!
Really!
I did! :P
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.