Hi,

I am trying my hands on compiling a C program using the API from mysql. The below is my simple program:


#include <stdio.h>
#include <mysql.h>

MYSQL *conn;