ugust 16, 2002 8:19 PM
Subject: Re: Strange network error using mysql,mysql c api
> On Fri, 16 Aug 2002, Victoria Reznichenko wrote:
>
> > K> do someone know what should be the problem?
> > K> Server is Win2K and has latest mysql server installed client is the
one
> >
On Fri, 16 Aug 2002, Victoria Reznichenko wrote:
> K> do someone know what should be the problem?
> K> Server is Win2K and has latest mysql server installed client is the one
> K> from RedHat 7.3 (3.23.49) (=`mysql_config --version`)
>
>
> Do you always get this error or you got it just once?
Krata,
Friday, August 16, 2002, 5:10:20 PM, you wrote:
K> Hi,
K> i am using mysql c api to send some queries to mysql server which is on
K> another computer (100MBit almost next to the client)
K> in my code i am doing this
K> if (mysql_real_query(mysql,query,strlen(query)))
K>
Hi,
i am using mysql c api to send some queries to mysql server which is on
another computer (100MBit almost next to the client)
in my code i am doing this
if (mysql_real_query(mysql,query,strlen(query)))
{
fprintf(stderr,"In query : \"%s\"\n",query);
Hi,
i am using mysql c api to send some queries to mysql server which is on
another computer (100MBit almost next to the client)
in my code i am doing this
if (mysql_real_query(mysql,query,strlen(query)))
{
fprintf(stderr,"In query : \"%s\"\n",query);