MySQL和关于C语言编程与MySQL数据库的简单连接代码
MySQL
关于C语言编程与MySQL数据库的简单连接代码
#include <my_global.h>
#include <mysql.h>
#include <stdio.h>
#include <stdlib.h>
static const char* host = "localhost";
static const char* user =...
原创
2019-01-24 14:39:56 ·
678 阅读 ·
0 评论