Re: MySQL installation in cygwin

2002-11-08 Thread Gerrit P. Haase
Fup2 cygwin at cygwin.com, this is OT for cygwin-apps! Gowri schrieb: Create an importlibrary as I described and link against it. Hi Gerrit, Since I do not know how to compile in Windows, can you please explain how to create an importlibrary and how to use it in linking. I

Re: MySQL installation in cygwin

2002-11-08 Thread Gowri PV
Hi Gerrit, I had mysql server 3.23.53 running cygwin 1.3.14-1 on a XP Pro. I compiled the mysql source code in cygwin using gcc 2.95.2 ( I had to specify CC=gcc-2 and CXX=g++-2). The mysql worked. The problem I had was I could not add users using GRANT command. So I am trying to add a root

Re: MySQL installation in cygwin

2002-11-06 Thread Gerrit P. Haase
Gowri schrieb: I tried to install DBD for mysql in cygwin, the linking fails because I think it tries to link a Windows library from mysql and fails. Create an importlibrary as I described and link against it. Also is there Perl Package Manager in cygwin? /bin/cpan (the CPAN module) does

Re: MySQL installation in cygwin

2002-11-06 Thread Christopher Faylor
On Tue, Nov 05, 2002 at 11:45:56PM -0800, Gowri PV wrote: When I installed cygwin I did not see mysql. Is mysql available as package in cygwin. http://cygwin.com/packages/ is your friend. The answer is no. So, this email is off-topic for cygwin-apps.

MySQL installation in cygwin

2002-11-05 Thread Gowri PV
Hi All, When I installed cygwin I did not see mysql. Is mysql available as package in cygwin. selected all the packages in cygwin and mysql did not get installed. My real problem is not able to use DBI and DBD drivers for mysql in cygwin. I installed mysql for windows and installed DBI in