X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48484944.3080207@etr-usa.com> Date: Thu, 05 Jun 2008 14:15:00 -0600 From: Warren Young User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Cygwin-L Subject: Re: MySql doesn't work in cygwin References: <17673717 DOT post AT talk DOT nabble DOT com> <48482E82 DOT 4070602 AT etr-usa DOT com> <17677561 DOT post AT talk DOT nabble DOT com> In-Reply-To: <17677561.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Please keep replies on the mailing list. Berable wrote: > > I can access the my mysql running in windows from cygwin, instead of mysql > that I have installed in cygwin environment? > > How can I do this? I prefer this way... but I'm newbie in this > subject....rssss If you install the Windows port of the MySQL server from mysql.com, that will include the "mysql" command line program. You can use that from the Cygwin command line. If that's all you need, you don't need any special Cygwin support. If you need to develop Cygwin programs that act as MySQL clients, see README-Cygwin.txt in the MySQL++ distribution for instructions on how to build a Cygwin version of libmysqlclient: http://tangentsoft.net/mysql++/ Those instructions are valid even if you don't use MySQL++. -- 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/