RE: How to turn beeping off

2001-10-31 Thread Schmidt, Allen J.

I've been lurking here for a while and have been itching to ask this...

Does anyone use mysqlfront to manage and work with MySQL on Windows? I love
it and can not live without it now. My other favorite is Advanced Query Tool
and the combination is fantastic!

Any thoughts?? (and it does not beep at me...)

Allen

-Original Message-
From: Benjamin J Pracht [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 31, 2001 11:22 AM
To: [EMAIL PROTECTED]
Subject: Re: How to turn beeping off


I confess to using Windows NT (my job requires it) and running the command
line utility mysql.exe.  Since I make mistakes, it likes to tell me that by
beeping at me.  I'd like to use some control panel utility, but I to mute
the speaker, but I don't have one.  I'd really love to cut the speaker
cable, but it's not my machine and I can't find where it's plugged into,
either.

Since I'm not the only newbie, I'm surprised more people haven't asked this
before.  Any thoughts, besides switching to Linux?

Ben Pracht
Retail Store Solutions
(919)301-5775 (T/L 352-5775) 919-301-5848 (Fax)
[EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: How to turn beeping off

2001-10-31 Thread George Eric R Contr AFSPC/CVYZ

 Any thoughts, besides switching to Linux?

Linux beeps also, as evidenced by this intentionally incorrect query (had to
get query in there so the message wouldn't bounce!):

mysql select * from junk;
ERROR 1146: Table 'SBS4_run_db_25_10_2001__16hr8min36sec.junk' doesn't exist
(and a beep)

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to turn beeping off

2001-10-30 Thread Paul DuBois

At 4:34 PM -0500 10/30/01, Benjamin J Pracht wrote:
Does anyone know how to turn that annoying beeping off in the text mode
utilities such as mysql.exe?

Ben Pracht

I don't believe mysql.exe has ever beeped at me.  What are you doing
when it beeps at you?

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to turn beeping off

2001-10-30 Thread Shankar Unni

Paul DuBois wrote:

 At 4:34 PM -0500 10/30/01, Benjamin J Pracht wrote:


 Does anyone know how to turn that annoying beeping off in the text mode
 utilities such as mysql.exe?


 I don't believe mysql.exe has ever beeped at me.  What are you doing
 when it beeps at you?


Whenever there's an error.

Try

mysql  bogus.sql

where bogus.sql has a syntax error. On Windows, this is excruciating, as it 
emits a 1-second beep for each error. (a PC-speaker console beep).
--
Shankar.



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to turn beeping off

2001-10-30 Thread Paul DuBois

Paul DuBois wrote:

At 4:34 PM -0500 10/30/01, Benjamin J Pracht wrote:


Does anyone know how to turn that annoying beeping off in the text mode
utilities such as mysql.exe?


I don't believe mysql.exe has ever beeped at me.  What are you doing
when it beeps at you?


Whenever there's an error.

Try

mysql  bogus.sql

where bogus.sql has a syntax error. On Windows, this is 
excruciating, as it emits a 1-second beep for each error. (a 
PC-speaker console beep).
--
Shankar.

Huh.  This never happens to me.  My Windows box must be busted. :-)

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to turn beeping off

2001-10-30 Thread Paul DuBois

  At 4:34 PM -0500 10/30/01, Benjamin J Pracht wrote:
Does anyone know how to turn that annoying beeping off in the text mode
utilities such as mysql.exe?

Ben Pracht

  I don't believe mysql.exe has ever beeped at me.  What are you doing
   when it beeps at you?

I figured out why I don't get the beep: I had the speaker turned off
in the BIOS.

I assume you don't want to do that? :-)

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to turn beeping off

2001-10-30 Thread rc

doesn't windows have some control panel that lets you turn sounds off and 
on for certain functions and/or events?  

On Tue, 30 Oct 2001, Paul DuBois wrote:

 Paul DuBois wrote:
 
 At 4:34 PM -0500 10/30/01, Benjamin J Pracht wrote:
 
 
 Does anyone know how to turn that annoying beeping off in the text mode
 utilities such as mysql.exe?
 
 
 I don't believe mysql.exe has ever beeped at me.  What are you doing
 when it beeps at you?
 
 
 Whenever there's an error.
 
 Try
 
 mysql  bogus.sql
 
 where bogus.sql has a syntax error. On Windows, this is 
 excruciating, as it emits a 1-second beep for each error. (a 
 PC-speaker console beep).
 --
 Shankar.
 
 Huh.  This never happens to me.  My Windows box must be busted. :-)
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: How to turn beeping off

2001-10-30 Thread massey

Back a few years there was a nasty little virus that played Chops on your
WinDoDie box's and we had to unplug the PC Speakers on a couple dozen
becuase there was not fix for it at the time. Or was it cause they where to
cheap..hmm.



 Does anyone know how to turn that annoying beeping off in the text
 mode utilities such as mysql.exe?

 Cut the speaker cable.

 / Carsten
 --
 Carsten H. Pedersen
 keeper and maintainer of the bitbybit.dk MySQL FAQ
 http://www.bitbybit.dk/mysqlfaq


 -
 Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED] To
 unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to turn beeping off

2001-10-30 Thread Colin Faber



Hey now, why would you want to turn it off, After all its a `feature'


[EMAIL PROTECTED] wrote:
 
 Back a few years there was a nasty little virus that played Chops on your
 WinDoDie box's and we had to unplug the PC Speakers on a couple dozen
 becuase there was not fix for it at the time. Or was it cause they where to
 cheap..hmm.
 
  Does anyone know how to turn that annoying beeping off in the text
  mode utilities such as mysql.exe?
 
  Cut the speaker cable.
 
  / Carsten
  --
  Carsten H. Pedersen
  keeper and maintainer of the bitbybit.dk MySQL FAQ
  http://www.bitbybit.dk/mysqlfaq
 
 
  -
  Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
  To request this thread, e-mail [EMAIL PROTECTED] To
  unsubscribe, e-mail [EMAIL PROTECTED]
  Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to turn beeping off

2001-10-30 Thread Nathan

If this hasn't been answered yet, the PC speaker on/off switch is usually an
option in your system BIOS. I had the same problem on my Dell PE 2550 dev
server until I switched it in setup. The problem with cutting the cable is
that some motherboards have the speaker built in... n wires. :-)

# Nathan


- Original Message -
From: Colin Faber [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, October 30, 2001 7:03 PM
Subject: Re: How to turn beeping off




 Hey now, why would you want to turn it off, After all its a `feature'


 [EMAIL PROTECTED] wrote:
 
  Back a few years there was a nasty little virus that played Chops on
your
  WinDoDie box's and we had to unplug the PC Speakers on a couple dozen
  becuase there was not fix for it at the time. Or was it cause they where
to
  cheap..hmm.
 
   Does anyone know how to turn that annoying beeping off in the text
   mode utilities such as mysql.exe?
  
   Cut the speaker cable.
  
   / Carsten
   --
   Carsten H. Pedersen
   keeper and maintainer of the bitbybit.dk MySQL FAQ
   http://www.bitbybit.dk/mysqlfaq
  
  
   -
   Before posting, please check:
 http://www.mysql.com/manual.php   (the manual)
 http://lists.mysql.com/   (the list archive)
  
   To request this thread, e-mail [EMAIL PROTECTED] To
   unsubscribe, e-mail
[EMAIL PROTECTED]
   Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 
  -
  Before posting, please check:
 http://www.mysql.com/manual.php   (the manual)
 http://lists.mysql.com/   (the list archive)
 
  To request this thread, e-mail [EMAIL PROTECTED]
  To unsubscribe, e-mail
[EMAIL PROTECTED]
  Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php