首页 相关文章 用gcc批量建mysql库表

用gcc批量建mysql库表

file 1

my.c

//--------------------------------------------------------

// MySQL Database Create 1/13/2001. Netkiller Chen

//--------------------------------------------------------

#include

#include

main()

{

char host[16]; //mysql host address.

char sid[15]; //root user name.

char pwd[15]; //root password.

/* char *table_file[]={

"gsxx",

"bcxx",

"fgxx",

"hmbxx",

"ltxx",

NULL

};*/

//char *mysql;

ch...[ 查看全文 ]

2016-02-19 标签:

用gcc批量建mysql库表的相关文章

手机页面
收藏网站 回到头部