----- Original Message ----- From: "Harrison Fisk" <[EMAIL PROTECTED]>
To: "C.R.Vegelin" <[EMAIL PROTECTED]>
Cc: <mysql@lists.mysql.com>
Sent: Friday, December 16, 2005 11:54 AM
Subject: Re: is there any BEEP command ?


Hi,

On Dec 16, 2005, at 9:23 AM, C.R.Vegelin wrote:

I use various script files with queries to update a MySQL base periodically.
These scripts are run from the mysql> line with the \. command.
I would like to have a BEEP command at the end of the script to get a signal that processing the script is finished. Looked in the manual, but couldn't find it. Does such a command exist ?
My version is 5.0.15 under Windows XP Pro.
Regards, Cor

While there is no beep command, you can possibly get it to beep by selecting the character code for a terminal beep (this is what the mysql client uses internally)

Try out:

SELECT char(7);

And see if it makes a beep for you. It should if the mysql client can make the beep on a syntax error.

This technique works in my Windows XP client (PuTTY) which is accessing our MySQL service on a remote Linux Mandrake server.

Rhino


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.1/204 - Release Date: 15/12/2005


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to