[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: [Catacomb] [Grase] catacomb
Also, I test several cases. I configured with wrong dbname, host-name.
Even I killed mysql and start apache. All of the cases, our apache works fine.
Only when we try to access, we got DBMS error, because of mis-configuration or dbms disconnection.
One possibilities is that it might be wrong the arguments or mysql_init.
Would you like to check the argument, when we call mysql_init?
It is something like [d->mysql].
I appreciate it.
--
Sung Kim <hunkim@cse.ucsc.edu>
http://www.cse.ucsc.edu/~hunkim
"Dreams become reality!"
On Fri, 13 Sep 2002, Uwe Steinmann wrote:
> On Fri, Sep 13, 2002 at 12:00:36AM -0700, Sung Kim wrote:
> > Hello,
> >
> > Your configuration is correct. According to your bt, the fault is occurred in some where mysql_init().
> >
> > Did you have another application which is using mysql C API?
> for example php
>
> >
> > Would you like to test your mysql C library with this simple application?
> Works.
>
> steinm@pb:/tmp$ gcc -I /usr/include/mysql -lmysqlclient -o test mytest.c
> steinm@pb:/tmp$ ./test
> OK
> steinm@pb:/tmp$
>
> Uwe
> --
> MMK GmbH, Hagen
> Uwe.Steinmann@mmk-hagen.de
> Tel: +2331 840446 Fax: +2331 843920
>