Re: mysql command line client hangs in cygwin xterm

2004-04-28 Thread Richard Piper
On looking into this, it seems that mysql including its client is 
compiled with cygwin. It is an old version, and this may explain the 
problem.

I will look into this further, when I get a chance to download the 
beta version of mysql, which I assume is compiled against a more 
recent version of the cygwin.dll.

Richard

On Wed, Apr 28, 2004 at 10:47:59AM +1000, Richard Piper wrote:
The problem seems to be well described in the general cygwin mailing
list.  As yet I have not seen a solution.

http://sources.redhat.com/ml/cygwin/2003-03/msg01457.html
Yeah, that was an interesting email.  It was nice to see that someone
agreed with my assessment of the problem.  It is always a relief to hear
that I do know what I'm talking about from people who don't quite know
what they are talking about.
As I mentioned, the easiest solution is to always use cygwin built
programs if you want to run a program on a cygwin pty.
The logic that there had to be a solution to this problem because it
affects so many programs did escape me, though.  I'd be very happy to
see someone find a way to fool programs into thinking they are running
on a console when they are using a cygwin pty but the fact that it is a
serious problem doesn't mean that there is automatically going to be a
solution to the problem.
cgf
--
Richard Piper
Web: http://icu.rnsh.org
Mobile: 0438-120860
Sydney: 9926-8617
Kippax: 6550-5117
Email: [EMAIL PROTECTED]
GPG key ID: F6DFFB33 @ wwwkeys.pgp.net
Key fingerprint: 3FB8 8355 3AAA 84C3 D548  8FFF EFDB C6B5 F6DF FB33



Re: mysql command line client hangs in cygwin xterm

2004-04-28 Thread Rasjid Wilcox
On Wednesday 28 April 2004 17:40, Richard Piper wrote:
 On looking into this, it seems that mysql including its client is
 compiled with cygwin. It is an old version, and this may explain the
 problem.

This is the reason I refuse to use MySQL on Windows - sooner or later the 
multiple cygwin.dll problem that their distribution creates if the user also 
installs Cygwin is going to start biting people.  If possible I would suggest 
looking into Firebird (the database) instead.

Cheers,

Rasjid.



Re: mysql command line client hangs in cygwin xterm

2004-04-27 Thread Cary Jamison
Richard Piper rpiper at med.usyd.edu.au wrote in message 
news:[EMAIL PROTECTED]...
 This seems to hang in the cygwin xterm. Has anyone seen this problem? 
 Seems to work normally in the xterm on other systems and at the NT 
 command line.
 
 thanks
 
 Richard

I've seen other applications work in a command shell but not rxvt.  I 
assume you're having the same problem with xterm.  Basically, the output 
isn't getting flushed out so you can't see it, but whatever you type is 
still accepted as input.

Sorry, don't know of any way to fix it, other than sticking with cmd.exe. 
Maybe you can have an alias that will pop-up a regular cygwin window (in a 
command shell) for when you want to use mysql, and you can stick to xterm 
for the rest of your stuff.

Note that this problem is a problem with cygwin and not anything in 
cygwin/x specifically.  That's why rxvt has the same problem, whether you 
run it in native windows mode or X mode.  So, if you want more information 
on it, I suggest asking in the regular cygwin mailing list.

Cary



Re: mysql command line client hangs in cygwin xterm

2004-04-27 Thread Richard Piper
Thanks Cary,

The problem seems to be well described in the general cygwin mailing
list. As yet I have not seen a solution.
http://sources.redhat.com/ml/cygwin/2003-03/msg01457.html

Richard

Richard Piper rpiper at med.usyd.edu.au wrote in message
news:[EMAIL PROTECTED]...
This seems to hang in the cygwin xterm. Has anyone seen this problem?
Seems to work normally in the xterm on other systems and at the NT
command line.
thanks

Richard
I've seen other applications work in a command shell but not rxvt.  I
assume you're having the same problem with xterm.  Basically, the output
isn't getting flushed out so you can't see it, but whatever you type is
still accepted as input.
Sorry, don't know of any way to fix it, other than sticking with cmd.exe.
Maybe you can have an alias that will pop-up a regular cygwin window (in a
command shell) for when you want to use mysql, and you can stick to xterm
for the rest of your stuff.
Note that this problem is a problem with cygwin and not anything in
cygwin/x specifically.  That's why rxvt has the same problem, whether you
run it in native windows mode or X mode.  So, if you want more information
on it, I suggest asking in the regular cygwin mailing list.
Cary
--
Richard Piper
Web: http://icu.rnsh.org
Mobile: 0438-120860
Sydney: 9926-8617
Kippax: 6550-5117
Email: [EMAIL PROTECTED]
GPG key ID: F6DFFB33 @ wwwkeys.pgp.net
Key fingerprint: 3FB8 8355 3AAA 84C3 D548  8FFF EFDB C6B5 F6DF FB33





Re: mysql command line client hangs in cygwin xterm

2004-04-27 Thread Christopher Faylor
On Wed, Apr 28, 2004 at 10:47:59AM +1000, Richard Piper wrote:
The problem seems to be well described in the general cygwin mailing
list.  As yet I have not seen a solution.

http://sources.redhat.com/ml/cygwin/2003-03/msg01457.html

Yeah, that was an interesting email.  It was nice to see that someone
agreed with my assessment of the problem.  It is always a relief to hear
that I do know what I'm talking about from people who don't quite know
what they are talking about.

As I mentioned, the easiest solution is to always use cygwin built
programs if you want to run a program on a cygwin pty.

The logic that there had to be a solution to this problem because it
affects so many programs did escape me, though.  I'd be very happy to
see someone find a way to fool programs into thinking they are running
on a console when they are using a cygwin pty but the fact that it is a
serious problem doesn't mean that there is automatically going to be a
solution to the problem.

cgf


Richard Piper rpiper at med.usyd.edu.au wrote in message
news:[EMAIL PROTECTED]...
This seems to hang in the cygwin xterm. Has anyone seen this problem?
Seems to work normally in the xterm on other systems and at the NT
command line.

thanks

Richard

I've seen other applications work in a command shell but not rxvt.  I
assume you're having the same problem with xterm.  Basically, the output
isn't getting flushed out so you can't see it, but whatever you type is
still accepted as input.

Sorry, don't know of any way to fix it, other than sticking with cmd.exe.
Maybe you can have an alias that will pop-up a regular cygwin window (in a
command shell) for when you want to use mysql, and you can stick to xterm
for the rest of your stuff.

Note that this problem is a problem with cygwin and not anything in
cygwin/x specifically.  That's why rxvt has the same problem, whether you
run it in native windows mode or X mode.  So, if you want more information
on it, I suggest asking in the regular cygwin mailing list.


mysql command line client hangs in cygwin xterm

2004-04-26 Thread Richard Piper
This seems to hang in the cygwin xterm. Has anyone seen this problem? 
Seems to work normally in the xterm on other systems and at the NT 
command line.

thanks

Richard
--
Richard Piper
Web: http://icu.rnsh.org
Mobile: 0438-120860
Sydney: 9926-8617
Kippax: 6550-5117
Email: [EMAIL PROTECTED]
GPG key ID: F6DFFB33 @ wwwkeys.pgp.net
Key fingerprint: 3FB8 8355 3AAA 84C3 D548  8FFF EFDB C6B5 F6DF FB33