从来就没有救世主  也不靠神仙皇帝  要创造人类的幸福  全靠我们自己  
摘要: MYSQL *my; //①初始化MYSQL my=mysql_init(NULL); char ip[]="127.0.0.1"; char user[]="root"; char pass[]="123"; char database[]="testx"; int port = 3306; // 阅读全文
posted @ 2020-05-02 11:18 T,X 阅读(273) 评论(0) 推荐(0) 编辑
摘要: C++ mysql配置 阅读全文
posted @ 2020-05-02 09:42 T,X 阅读(247) 评论(0) 推荐(0) 编辑