Hi,
 Please do give a subject for all your mails. 
 C is the native API language for MySQL. So
connectivity should not be a problem. Tell us 
    * what is the exact problem
    * how you are calling the API in u'r program
      See mysql documentation for API
    * how you are compiling, linking the code
      Use 
        cc your_code.c -lmysql
    * whether MySQL and client libraries are
installed
      Use
        $ rpm -qa | grep mysql 
    * whether Mysql server is up and running 
      Use 
        $ ps -ef | grep mysql 
    * whether users and permissions are setup in
database
      Use 
        $ su mysql or su -
        $ mysqladmin --help // to create
databases  and users, change passwd etc.

=====
Ajith C
Seismic Software Group
533, GEOPIC, 
ONGC, INDIA.
+91 135 796064, 795936 (O)
+91 135 759630, 796621 (R)
+91 98970 59630 (M)

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

Reply via email to