delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/03/29/01:35:28

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-ID: <4248F85D.9F88A6D4@dessent.net>
Date: Mon, 28 Mar 2005 22:40:29 -0800
From: Brian Dessent <brian AT dessent DOT net>
Organization: My own little world...
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Program launched under rxvt asks for user input in original prompt
References: <d2arpj$2ct$1 AT sea DOT gmane DOT org>
X-IsSubscribed: yes
Reply-To: cygwin AT cygwin DOT com

Mikael wrote:

> Hello, a few days ago I got some help on this list to get rxvt (and also
> with emacs' shell mode) up and running and I love it! But today when trying
> out MySQL 5.0.3 beta that was just released, I noticed an annoying thing:
> I tried to start mysql command line shell by issuing (under rxvt):
> $ mysql -u root -p
> Now I am supposed to see the text "Enter password: " but nothing happened.
> Then I noticed that the text had appeared in the original prompt from where
> rxvt was launched. The command line utility mysqladmin, which I use to shut
> down the database, also behaves in this way. And trying to type the password
> in the original prompt (which is echoed in clear-text) does not work by the
> way.
> Have I encountered a bug here?

It's not a bug.  When you use rxvt/xterm Cygwin has to emulate a pty
(pseudoterminal) which is a unix concept that does not exist natively in
Windows.  Native windows apps such as the mysql binaries that you're
using often get confused by this, becase they only know about a Windows
console, which is probably why you saw the text on the original cmd.exe
prompt.

There is really no straightforward way to solve this.  You could compile
the mysql client binaries under Cygwin (I don't think the server works
yet...), or you could supply the password in ~/.my.cnf, or stick to
running them only in cmd.exe.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019