摘要: 服务端: #include <unistd.h> #include <stdio.h> #include <sys/socket.h> #include <stdlib.h> #include <signal.h> #include <pthread.h> #include <string.h> # 阅读全文
posted @ 2018-06-05 17:28 带头大哥小白 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 1、连接例程: 首先,使用mysql_init来初始化连接剧柄: #include 初始化之后,你必须使用mysql_real_connect来向一个连接提供参数: MYSQL *mysql_real_connect(MYSQL *connection,//指向已经被mysql_init初始化过的结 阅读全文
posted @ 2018-06-05 17:23 带头大哥小白 阅读(653) 评论(0) 推荐(0) 编辑