Re: MYSQL cygwin database connection requests root password

2023-08-18 Thread bzs--- via Cygwin
On August 18, 2023 at 22:14 cygwin@cygwin.com (HECTOR MENDEZ via Cygwin) wrote: > > Hi there, > I tried with an empty password and "root" word a password but no luck, so > far. > Thank youEl miércoles, 16 de agosto de 2023, 22:56:12 GMT-6, > rapp...@dds.nl escribió: MySQL's 'ro

Re: MYSQL cygwin database connection requests root password

2023-08-18 Thread HECTOR MENDEZ via Cygwin
Hi there, I tried with an empty password and "root" word a password but no luck, so far. Thank youEl miércoles, 16 de agosto de 2023, 22:56:12 GMT-6, rapp...@dds.nl escribió: > Hi everyone I saw that in order to connect MYSQL database on cygwin, this > statement must be executed: >

Re: MYSQL cygwin database connection requests root password

2023-08-16 Thread rappard--- via Cygwin
> Hi everyone I saw that in order to connect MYSQL database on cygwin, this > statement must be executed: > mysql -u root -p -h 127.0.0.1 > However, as far as I know, there's no root user on cygwin. > How can I get that requested password? Isn't "root" a MySQL username? If I recall correctly its

MYSQL cygwin database connection requests root password

2023-08-16 Thread HECTOR MENDEZ via Cygwin
Hi everyone I saw that in order to connect MYSQL database on cygwin, this statement must be executed: mysql -u root -p -h 127.0.0.1 However, as far as I know, there's no root user on cygwin. How can I get that requested password? Thank you in advance. Regards -- Problem reports: https://cyg

Re: MYSQL + CYGWIN

2003-09-18 Thread Marcelo Rezende Módolo
Larry Hall wrote: At 10:20 PM 9/17/2003, Marcelo Rezende Módolo you wrote: Hi, I am trying to compile mysql (mysql-4.0.15) with cygwin, I run ./configure, and make but I receive this error: ... item_timefunc.o(.text+0x2ca6):item_timefunc.cc: undefined reference to `__static_initialization_and

Re: MYSQL + CYGWIN

2003-09-17 Thread Gerrit P. Haase
Hallo Marcelo, Am Donnerstag, 18. September 2003 um 04:20 schriebst du: > Hi, > I am trying to compile mysql (mysql-4.0.15) with cygwin, I run > ./configure, and make but I receive this error: > ... > item_timefunc.o(.text+0x2ca6):item_timefunc.cc: undefined reference to > `__static_initializa

Re: MYSQL + CYGWIN

2003-09-17 Thread Larry Hall
At 10:20 PM 9/17/2003, Marcelo Rezende Módolo you wrote: >Hi, >I am trying to compile mysql (mysql-4.0.15) with cygwin, I run >./configure, and make but I receive this error: > >... >item_timefunc.o(.text+0x2ca6):item_timefunc.cc: undefined reference to >`__static_initialization_and_destruction_0

MYSQL + CYGWIN

2003-09-17 Thread Marcelo Rezende Módolo
Hi, I am trying to compile mysql (mysql-4.0.15) with cygwin, I run ./configure, and make but I receive this error: ... item_timefunc.o(.text+0x2ca6):item_timefunc.cc: undefined reference to `__static_initialization_and_destruction_0(int, int)' Is this a linker error?? $ make make all-recursive

Re: php-mysql-cygwin how to

2003-07-10 Thread Max Bowsher
Elfyn McBratney wrote: > On Tue, 8 Jul 2003, Gerrit P. Haase wrote: >> In short: Comment out all '#pragma interface' and '#pragma >> implementation' lines, it doesn't work on Cygwin. >> >> And besides that, compiling and linking works well. > > Wish I'd read this before blingly hacking the source

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Jason Tishler
On Thu, Jul 10, 2003 at 01:46:36PM +0100, Elfyn McBratney wrote: > On Thu, 10 Jul 2003, Bill McCormick wrote: > > Ok. I was thinking of cygwin in terms of a development environment > > for Linux based web apps. As far as PostgreSQL running under Win32, > > unless things have changed, I thought cygw

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Elfyn McBratney
On Thu, 10 Jul 2003, Bill McCormick wrote: > > -Original Message- > > From: Elfyn McBratney [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 10, 2003 5:55 AM > > To: Bill McCormick > > Cc: [EMAIL PROTECTED] > > Subject: RE: mysqlc (was RE: php-my

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Bill McCormick
> -Original Message- > From: Elfyn McBratney [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2003 5:55 AM > To: Bill McCormick > Cc: [EMAIL PROTECTED] > Subject: RE: mysqlc (was RE: php-mysql-cygwin how to) > > > > > I compiled the 4.0.13 and I don

Re: php-mysql-cygwin how to

2003-07-10 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: > Hello Max, > > > Gerrit P. Haase wrote: > >> Hello Max, > >>> 3) The long standing server problem. It seems like the complex C++ is > >>> confusing gcc? > > >> No, it is a problem with the Cygwin/MySQL socket code. Nothing works > >> with 1.3.22, simil

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: > Max schrieb: > > > Gerrit P. Haase wrote: > >> 4.0.x is still a mess regarding libtoolizing with newer libtool and > >> newer autotools than they used at MySQL.com, 4.1.x was the first release > >> which makes no problems with the build tools and only m

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Bill McCormick wrote: > Elfyn, > > I compiled the 4.0.13 and I don't seem to have a mysqlc executable. What I > don't understand is why the mysqlc client that comes with the mysql win32 > (which uses the cygwin dll) doesn't run in a cygwin bash shell. In the Win32 dist there a

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Bill McCormick
ginal Message- > From: Ralf Hauser [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 4:06 PM > To: [EMAIL PROTECTED] > Subject: RE: mysqlc (was RE: php-mysql-cygwin how to) > > > I guess in order to have encrypt() working, also the server needs to be > running un

Re: php-mysql-cygwin how to

2003-07-08 Thread Gerrit P. Haase
Hello Max, > Gerrit P. Haase wrote: >> Hello Max, >>> 3) The long standing server problem. It seems like the complex C++ is >>> confusing gcc? >> No, it is a problem with the Cygwin/MySQL socket code. Nothing works >> with 1.3.22, similar as it is with Apache. The older versions, e.g. >> 1.3.10

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Max schrieb: > Gerrit P. Haase wrote: >> 4.0.x is still a mess regarding libtoolizing with newer libtool and >> newer autotools than they used at MySQL.com, 4.1.x was the first release >> which makes no problems with the build tools and only minor problems >> with the sources. > I obtained a cygm

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Max Bowsher
Gerrit P. Haase wrote: > 4.0.x is still a mess regarding libtoolizing with newer libtool and > newer autotools than they used at MySQL.com, 4.1.x was the first release > which makes no problems with the build tools and only minor problems > with the sources. I obtained a cygmysqlclient-12.dll with

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Bill McCormick
l DBI, PHP and other various client interfaces. Or am I missing something? Bill > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Elfyn McBratney > Sent: Tuesday, July 08, 2003 9:52 AM > To: andrew brian clegg > Cc: [EMAIL PROTECTED] &g

Re: php-mysql-cygwin how to

2003-07-08 Thread Max Bowsher
Gerrit P. Haase wrote: > Hello Max, >> 3) The long standing server problem. It seems like the complex C++ is >> confusing gcc? > > No, it is a problem with the Cygwin/MySQL socket code. Nothing works > with 1.3.22, similar as it is with Apache. The older versions, e.g. > 1.3.10 works better, but

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: > On Tue, 8 Jul 2003, Gerrit P. Haase wrote: > > > >> Although having said that, I don't think MySQL 4.1 Alpha ships with the > > >> dodgy dll -- not sure what they've done, haven't investigated it properly > > >> yet. > > > > Weird, it should really b

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: > >> Although having said that, I don't think MySQL 4.1 Alpha ships with the > >> dodgy dll -- not sure what they've done, haven't investigated it properly > >> yet. > > Weird, it should really be compiled and included with the netrelease. Just had a

RE: php-mysql-cygwin how to

2003-07-08 Thread Bill McCormick
now how it goes for you. Bill > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of andrew brian clegg > Sent: Tuesday, July 08, 2003 4:52 AM > To: [EMAIL PROTECTED] > Subject: RE: php-mysql-cygwin how to > > > > On Mon, 7

Re: php-mysql-cygwin how to

2003-07-08 Thread Gerrit P. Haase
Hello Max, > 1) Underscore mismatches when using the x86 optimized assembler > implementation of string functions. Workaround: --disable-assembler > 2) Missing $(EXEEXT) causes make to invoke an implicit rule, generating a > huge amount of nonsensical errors. Patch: > --- mysql-4.0.13/sql/Makefi

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Hello Elfyn, >>> I decided to drop what I'm working on and play with MySQL this afternoon ;-) >>> If all goes well and I can get everything par the server working I'll see if >>> it/they (client and libs) would be accepted as packages..then tackle the server. >> The server will build fine and I

RE: php-mysql-cygwin how to - have_crypt = YES ? have_openssl? mysqld under cygwin?

2003-07-08 Thread Ralf Hauser
> -Original Message- > From: Elfyn McBratney [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 8. Juli 2003 12:00 > > [mysql client] > > > > Wanna try this myself sometime. Did you have to tweak it much or did it > > compile out of the box? > > > > Andrew. > > From memory (haven't compiled MySQL

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: > Hello Elfyn, > > >> I'm not so worried about the server to be honest... It's only the > >> readline-based client that uses that nasty B19 dll which is what I want to > >> get rid of cleanly. > > >> Although having said that, I don't think MySQL 4.1 Alph

Re: php-mysql-cygwin how to

2003-07-08 Thread Max Bowsher
Elfyn McBratney wrote: > On Tue, 8 Jul 2003, andrew brian clegg wrote: > >> On Mon, 7 Jul 2003, Bill McCormick wrote: >> >> [mysql client] >> >>> I compiled it myself from the linux src I got from mysql.com. It seems >>> to work but maybe there's a more established way. >> >> Wanna try this myself

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Hello Elfyn, >> I'm not so worried about the server to be honest... It's only the >> readline-based client that uses that nasty B19 dll which is what I want to >> get rid of cleanly. >> Although having said that, I don't think MySQL 4.1 Alpha ships with the >> dodgy dll -- not sure what they've d

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: > I decided to drop what I'm working on and play with MySQL this afternoon ;-) > > If all goes well and I can get everything par the server working I'll see if > it/they (client and libs) would be accepted as packages..then tackle the server. You hero.

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: > > On Tue, 8 Jul 2003, Elfyn McBratney wrote: > > > From memory (haven't compiled MySQL on Cygwin for a while) it compiles > > fine, the only problem was, and perhaps still is, with the server. The > > libraries work fine, too. I promised myself that

mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: > From memory (haven't compiled MySQL on Cygwin for a while) it compiles > fine, the only problem was, and perhaps still is, with the server. The > libraries work fine, too. I promised myself that I'd try and get it > working...But so little time and so

RE: php-mysql-cygwin how to

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: > On Mon, 7 Jul 2003, Bill McCormick wrote: > > [mysql client] > > > I compiled it myself from the linux src I got from mysql.com. It seems to > > work but maybe there's a more established way. > > Wanna try this myself sometime. Did you have to tweak

RE: php-mysql-cygwin how to

2003-07-08 Thread andrew brian clegg
On Mon, 7 Jul 2003, Bill McCormick wrote: [mysql client] > I compiled it myself from the linux src I got from mysql.com. It seems to > work but maybe there's a more established way. Wanna try this myself sometime. Did you have to tweak it much or did it compile out of the box? Andrew. -- U

RE: php-mysql-cygwin how to

2003-07-07 Thread Bill McCormick
ECTED]; [EMAIL PROTECTED] Subject: RE: php-mysql-cygwin how to Carlo and Bill, where did you get the mysql client compiled for cygwin? I didn't find it under http://cygwin.com/cgi-bin2/package-grep.cgi?grep=mysql, nor on the mysql site nor on google (there, I only find references to Gerrit Haas

Re: php-mysql-cygwin how to

2003-07-06 Thread Carlo Florendo
> I did a little more research and now I believe I have php because I > installed Apache with the php mod. ok. > Is there something more I need to do? To get php up and running, try reading the docs available at /usr/doc/Cygwin/php-4.2.0-2.README /usr/doc/php-4.2.0-2/ Best Regards, Carlo -

RE: php-mysql-cygwin how to

2003-07-04 Thread Bill McCormick
ere. Thanks, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Carlo Florendo Sent: Friday, July 04, 2003 2:07 AM To: [EMAIL PROTECTED] Subject: Re: php-mysql-cygwin how to > Can somebody point me in the right direction do get php/mysql set up? > &g

Re: php-mysql-cygwin how to

2003-07-04 Thread Carlo Florendo
> Can somebody point me in the right direction do get php/mysql set up? > > Here's what I havee so far: > > MySQL Win32 Server > MySQL cygwin client binaries > Apache > various installed perl mods > Fom your list above, it doesn't seem that you have ph

php-mysql-cygwin how to

2003-07-03 Thread Bill McCormick
Can somebody point me in the right direction do get php/mysql set up? Here's what I havee so far: MySQL Win32 Server MySQL cygwin client binaries Apache various installed perl mods thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisof