uff is also disabled?
- Steve
--- Paul DuBois <[EMAIL PROTECTED]> wrote:
> 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
cchar *user="", cchar *passwd="")
>
> 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
>
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
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
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:
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
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
I'm writing an application that maintains its own
database using the mysqld lib. I can use
"mysql_real_connect" to connect to the "internal"
server fine, but I also want to be able to connect to
an external (or remote) server as well. When using
"mysql_real_connect" to try to connect to a remote
Hello.
I'm just getting started with the embedded mysql
server and I'm not trying to do anything fancy. I
just want to initialize the server and call
"mysql_create_db" and have the database get created
and then start using it.
I've modified the basic "embedded server" example as
follows:
mysq