ubuntu下C语言访问mysql的小例子
#include <mysql.h> #include <stdlib.h> #define HOST "localhost" #define USERNAME "root" #define
ubuntu下C语言访问mysql的小例子