Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: MySQL Doesn't Respond After Cygwin Install, Please Help Me. Date: Thu, 22 Jul 2004 13:10:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-reply-to: <40FFA663.8070007@yahoo.com> Message-ID: X-OriginalArrivalTime: 22 Jul 2004 12:10:15.0203 (UTC) FILETIME=[D8B2A730:01C46FE4] > -----Original Message----- > From: cygwin-owner On Behalf Of Will Martell > Sent: 22 July 2004 12:35 > Hello All, > > Thank you for reading this email. > > I have the following Configuration > Windows 2000 Server > MySQL Win32 Binaries Installed > Current Release of Cygwin installed > I can connect from the C: prompt and I can issue a select > statement from the BASH shell if I put the -e flag > after mysql., ^^^^^^^^^^^ You omitted to mention that bit last time, which caused me some confusion! > but I can not just > type mysql and get the standard, Welcome to MySQL blah blah.. Hmm. Two thoughts: #1. Maybe something's gone wrong with the cygwin ttymode/terminfo stuff, and MySQL is actually printing that out and working in general, but nothing's being displayed. You could find that out by trying to enter a few commands "typing blind" that maybe create or delete a table or record and see if they turn out to have the actual effect on the database/tables that you'd expect. #2. Is the MySQL Win32 binary install perhaps built under cygwin, and maybe installs its own version of the dll? Run "cygcheck -s -v -r > cygcheck.out" in a bash shell, then send the cygcheck.out file - as an attachment please! - to the list. Maybe we'll see something in your environment that explains it all. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/