public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Sebastien Barre <Sebastien.Barre@utc.fr>
To: Stipe Tolj <tolj@uni-duesseldorf.de>
Cc: cygwin@sourceware.cygnus.com
Subject: Re: mySQL, mSQL, PostgreSQL with cygwin ?
Date: Mon, 01 Mar 1999 06:09:00 -0000	[thread overview]
Message-ID: <4.1.19990301145716.017379b0@mail.club-internet.fr> (raw)
In-Reply-To: <36DA3AD8.2047C010@uni-duesseldorf.de>

At 07:59 01/03/99 +0100, Stipe Tolj wrote:

>A contributed PostgreSQL 6.4 port in binary form is also available at this
>location, but it's only supposed to run on NT

Very good. I also downloaded the 6.4.2 source and will try to compile it.
Too bad there isn't a diff file at your location, but if I fail, I will
install the binary, for sure.

>MySQL is _not_ ported to Cygwin due to the lack of the pthreads functions used
>in the multi-user multi-threaded MySQL database engine. Currently Cygwin is
>getting at least experimental support for pthreads functions, but I suppose it
>will take some time to get a stable port of MySQL done to Cygwin.

Thanks for the information, but there is something very obscure to me, they
ARE binaries for cygwin32 :
http://www.tcx.se/download.html

"MySQL 3.22.10 clients compiled with the cygwin32 kit. This includes
'mysql' with readline editing capabilities. " and a link to
http://www.tcx.se/Downloads/Win32/mysqlclient-3.22.10b-cygwin-b20.tar.gz

I downloaded it, here is the content :

-rw-r--r-- tolj/None    723652 1998-11-08 17:59 cygwin1.dll
-rwxr-xr-x tolj/None     41472 1998-11-17 19:40 insert_test.exe
-rwxr-xr-x tolj/None    192512 1998-11-17 19:40 mysql.exe
-rwxr-xr-x tolj/None     55296 1998-11-17 19:40 mysqladmin.exe
-rwxr-xr-x tolj/None     62464 1998-11-17 19:40 mysqldump.exe
-rwxr-xr-x tolj/None     53760 1998-11-17 19:40 mysqlimport.exe
-rwxr-xr-x tolj/None     53760 1998-11-17 19:40 mysqlshow.exe
-rwxr-xr-x tolj/None     41472 1998-11-17 19:40 select_test.exe

Which seems to mean that the mySQL DLL was succesfully built (how ??), and
linked or added to the original cygwin1.dll ? If it's true, it may remove
my coolview support, am I wrong ? 

Furthermore, you have to get a license to use it officialy.

>There is a native Win32 shareware version of MySQL 3.21.29a which works
>perfectly with our Apache 1.3.4 and integrated PHP 3.0.6, check out MySQL's
>official web site.

I do not know if I'll be able to use it with Perl built for cygwin ? If I
compile a DBI module for MySQL within my cygwin perl context, the DLL
formats won't match I guess.

Regards


______________________________________________________________
Sebastien Barre                  http://www.hds.utc.fr/~barre/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

WARNING: multiple messages have this Message-ID
From: Sebastien Barre <Sebastien.Barre@utc.fr>
To: Stipe Tolj <tolj@uni-duesseldorf.de>
Cc: cygwin@sourceware.cygnus.com
Subject: Re: mySQL, mSQL, PostgreSQL with cygwin ?
Date: Wed, 31 Mar 1999 19:45:00 -0000	[thread overview]
Message-ID: <4.1.19990301145716.017379b0@mail.club-internet.fr> (raw)
Message-ID: <19990331194500.4P_STj1jf1pXhJwBOnnzRtwXVWu9OqyS8wX0HAB0Qmk@z> (raw)
In-Reply-To: <36DA3AD8.2047C010@uni-duesseldorf.de>

At 07:59 01/03/99 +0100, Stipe Tolj wrote:

>A contributed PostgreSQL 6.4 port in binary form is also available at this
>location, but it's only supposed to run on NT

Very good. I also downloaded the 6.4.2 source and will try to compile it.
Too bad there isn't a diff file at your location, but if I fail, I will
install the binary, for sure.

>MySQL is _not_ ported to Cygwin due to the lack of the pthreads functions used
>in the multi-user multi-threaded MySQL database engine. Currently Cygwin is
>getting at least experimental support for pthreads functions, but I suppose it
>will take some time to get a stable port of MySQL done to Cygwin.

Thanks for the information, but there is something very obscure to me, they
ARE binaries for cygwin32 :
http://www.tcx.se/download.html

"MySQL 3.22.10 clients compiled with the cygwin32 kit. This includes
'mysql' with readline editing capabilities. " and a link to
http://www.tcx.se/Downloads/Win32/mysqlclient-3.22.10b-cygwin-b20.tar.gz

I downloaded it, here is the content :

-rw-r--r-- tolj/None    723652 1998-11-08 17:59 cygwin1.dll
-rwxr-xr-x tolj/None     41472 1998-11-17 19:40 insert_test.exe
-rwxr-xr-x tolj/None    192512 1998-11-17 19:40 mysql.exe
-rwxr-xr-x tolj/None     55296 1998-11-17 19:40 mysqladmin.exe
-rwxr-xr-x tolj/None     62464 1998-11-17 19:40 mysqldump.exe
-rwxr-xr-x tolj/None     53760 1998-11-17 19:40 mysqlimport.exe
-rwxr-xr-x tolj/None     53760 1998-11-17 19:40 mysqlshow.exe
-rwxr-xr-x tolj/None     41472 1998-11-17 19:40 select_test.exe

Which seems to mean that the mySQL DLL was succesfully built (how ??), and
linked or added to the original cygwin1.dll ? If it's true, it may remove
my coolview support, am I wrong ? 

Furthermore, you have to get a license to use it officialy.

>There is a native Win32 shareware version of MySQL 3.21.29a which works
>perfectly with our Apache 1.3.4 and integrated PHP 3.0.6, check out MySQL's
>official web site.

I do not know if I'll be able to use it with Perl built for cygwin ? If I
compile a DBI module for MySQL within my cygwin perl context, the DLL
formats won't match I guess.

Regards


______________________________________________________________
Sebastien Barre                  http://www.hds.utc.fr/~barre/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


  reply	other threads:[~1999-03-01  6:09 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-28 16:22 Cygwin participation threshold Christopher G. Faylor
     [not found] ` < 199903010022.QAA07416@rtl.cygnus.com >
1999-02-28 17:52   ` mySQL, mSQL, PostgreSQL with cygwin ? Sebastien Barre
1999-02-28 23:02     ` Stipe Tolj
1999-03-01  6:09       ` Sebastien Barre [this message]
     [not found]         ` < 4.1.19990301145716.017379b0@mail.club-internet.fr >
1999-03-01 13:28           ` [HELP] stat(), file permission, r/w access : i'm LOST :( Sebastien Barre
     [not found]             ` < 4.1.19990301211226.016b1250@mail.club-internet.fr >
1999-03-01 13:42               ` Larry Hall (RFK Partners, Inc)
     [not found]                 ` < 3.0.3.32.19990301163809.00994e00@pop.ma.ultranet.com >
1999-03-01 14:34                   ` Sebastien Barre
     [not found]                     ` < 4.1.19990301232226.01717350@mail.club-internet.fr >
1999-03-01 14:47                       ` Larry Hall (RFK Partners, Inc)
     [not found]                         ` < 3.0.3.32.19990301174320.0098ad30@pop.ma.ultranet.com >
1999-03-02  1:02                           ` Sebastien Barre
1999-03-02  3:26                             ` Heinz-Jürgen Oertel
1999-03-31 19:45                               ` Heinz-Jürgen Oertel
     [not found]                             ` < 4.1.19990302094806.016bc410@mail.club-internet.fr >
1999-03-02 23:55                               ` Geoffrey Noer
1999-03-31 19:45                                 ` Geoffrey Noer
1999-03-31 19:45                             ` Sebastien Barre
1999-03-02  3:04                           ` Lassi A. Tuura
1999-03-31 19:45                             ` Lassi A. Tuura
1999-03-06  2:49                           ` Sebastien Barre
     [not found]                             ` < 4.1.19990305214515.016caba0@mail.club-internet.fr >
1999-03-06 11:04                               ` Larry Hall
1999-03-31 19:45                                 ` Larry Hall
1999-03-31 19:45                             ` Sebastien Barre
1999-03-31 19:45                         ` Larry Hall (RFK Partners, Inc)
1999-03-31 19:45                     ` Sebastien Barre
1999-03-31 19:45                 ` Larry Hall (RFK Partners, Inc)
1999-03-01 13:55             ` John Fortin
     [not found]               ` < 36DB0B4F.8FC8757@ibm.net >
1999-03-01 14:33                 ` Sebastien Barre
     [not found]                   ` < 4.1.19990301232512.01714e60@mail.club-internet.fr >
1999-03-01 14:39                     ` DJ Delorie
1999-03-31 19:45                       ` DJ Delorie
1999-03-31 19:45                   ` Sebastien Barre
1999-03-31 19:45               ` John Fortin
1999-03-31 19:45             ` Sebastien Barre
1999-03-07  9:11         ` mySQL, mSQL, PostgreSQL with cygwin ? Stipe Tolj
1999-03-31 19:45           ` Stipe Tolj
1999-03-31 19:45         ` Sebastien Barre
1999-02-28 23:02     ` Sebastien Barre
1999-02-28 23:02 ` Cygwin participation threshold Christopher G. Faylor
1999-03-02  4:04 mySQL, mSQL, PostgreSQL with cygwin ? Horak Daniel
1999-03-31 19:45 ` Horak Daniel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.1.19990301145716.017379b0@mail.club-internet.fr \
    --to=sebastien.barre@utc.fr \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=tolj@uni-duesseldorf.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).