> -----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/