hi,

I'm using

mysql  Ver 9.16 Distrib 3.21.33b, for
unknown-freebsd3.0 (i386)

and i'm using 'C' program to interface with mysql
database, 

I didn't get any compilation errors, but while
executing i receive the following error :

File '¡$Pè7' not found (Errcode: 1)

Below is my code that gives this error 

/*** The part where i get the error ***/

conn = my_init(NULL);
printf("\n Error : %s\n", my_error(conn) );

/*** End ***/


What w'd be the cause, w'd there be my requirement
mysql process missing, how to check the needed process
like 'mysqld' and others are running.

Plz advice me.

Regards.



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to