Re: using libmysqld - can't connect to remote DB as client.

2002-11-07 Thread Paul DuBois
At 11:14 -0800 11/7/02, Steven Webb wrote: On that page, it says: "You can't connect to the embedded server from an outside process with sockets or TCP/IP." ... not the other way around, which is what I'm trying to do. I'm trying to connect to another (remote) server from the same app as is usi

Re: using libmysqld - can't connect to remote DB as client.

2002-11-07 Thread Steven Webb
On that page, it says: "You can't connect to the embedded server from an outside process with sockets or TCP/IP." ... not the other way around, which is what I'm trying to do. I'm trying to connect to another (remote) server from the same app as is using an embedded server. It doesn't say anyth

Re: using libmysqld - can't connect to remote DB as client.

2002-11-07 Thread Bernhard Döbler
> Cc: "Mysql list" <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 8:09 PM Subject: Re: using libmysqld - can't connect to remote DB as client. > Did you get my code? I sent it to the list, but the > list bounced it because the list didn't allow > attachme

Re: using libmysqld - can't connect to remote DB as client.

2002-11-06 Thread Paul DuBois
At 11:09 -0800 11/6/02, Steven Webb wrote: I'm using libmysqld so I can have an "embedded" mysql server in my application. It helps with performance because there is not socket communication and all I/O is done from the program directly to the files. Anyway, I have the need to also connect to a r

RE: using libmysqld - can't connect to remote DB as client.

2002-11-06 Thread Steven Webb
> > > --- "Black, Kelly W [PCS]" > > <[EMAIL PROTECTED]> wrote: > > > So use the C syntx instead. > > > > > > :) > > > > > > -Original Message- > > > From: Steven Webb [mailto:scumola@;yahoo.com] >

Re: using libmysqld - can't connect to remote DB as client.

2002-11-06 Thread Steven Webb
not work then you must see in > the source why. > Why do you link against libmysqld when you nee > libmysql functionality? > > Bernhard > > - Original Message - > From: "Steven Webb" <[EMAIL PROTECTED]> > To: "Mysql list" <[EMAIL PR

RE: using libmysqld - can't connect to remote DB as client.

2002-11-05 Thread Luc Foisy
asswd="") I really know nothing about the c, c++ api's, just trying to help > -Original Message- > From: Steven Webb [mailto:scumola@;yahoo.com] > Sent: Tuesday, November 05, 2002 3:58 PM > To: Black, Kelly W [PCS]; Mysql list > Subject: RE: using libmysqld -

RE: using libmysqld - can't connect to remote DB as client.

2002-11-05 Thread Steven Webb
quot;); > > db_do_query(two, "SHOW DATABASES"); --- "Black, Kelly W [PCS]" <[EMAIL PROTECTED]> wrote: > So use the C syntx instead. > > :) > > -Original Message- > From: Steven Webb [mailto:scumola@;yahoo.com] > Sent: Tuesday, November

RE: using libmysqld - can't connect to remote DB as client.

2002-11-05 Thread Black, Kelly W [PCS]
So use the C syntx instead. :) -Original Message- From: Steven Webb [mailto:scumola@;yahoo.com] Sent: Tuesday, November 05, 2002 12:21 PM To: Black, Kelly W [PCS]; Mysql list Subject: RE: using libmysqld - can't connect to remote DB as client. Ok, but I'm writing this in C

RE: using libmysqld - can't connect to remote DB as client.

2002-11-05 Thread Steven Webb
he connect. > > Not certain but at least I am trying to help :) > > Oh and don't forget sql query! :) > > ~Kelly W. Black > > > -----Original Message- > From: Steven Webb [mailto:scumola@;yahoo.com] > Sent: Tuesday, November 05, 2002 11:20 AM > To:

RE: using libmysqld - can't connect to remote DB as client.

2002-11-05 Thread Black, Kelly W [PCS]
com] Sent: Tuesday, November 05, 2002 11:20 AM To: Mysql list Subject: Re: using libmysqld - can't connect to remote DB as client. Still nobody has answered my question. Has anyone here even tried linking with libmysqld.a before? - Steve --- Steven Webb <[EMAIL PROTECTED]> w

Re: using libmysqld - can't connect to remote DB as client.

2002-11-05 Thread Steven Webb
Still nobody has answered my question. Has anyone here even tried linking with libmysqld.a before? - Steve --- Steven Webb <[EMAIL PROTECTED]> wrote: > Nobody answered my question, so I felt like I should > ask again ... > > I'm using libmysqld to embed a mysql server in my C > app. However, I

using libmysqld - can't connect to remote DB as client.

2002-10-28 Thread Steven Webb
Nobody answered my question, so I felt like I should ask again ... I'm using libmysqld to embed a mysql server in my C app. However, I'd also like to connect to other remote mysql databases as well, but the "mysql_real_connect" command doesn't seem to be working when trying to connect to a remote