From c9e6304b151d776225c76ed806db50bf678416d6 Mon Sep 17 00:00:00 2001 From: wangky <m1561510467@163.com> Date: 星期六, 09 十一月 2024 16:13:58 +0800 Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/昆仑_1025 --- Server/王琨元/code/MysqlConn.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git "a/Server/\347\216\213\347\220\250\345\205\203/code/MysqlConn.cpp" "b/Server/\347\216\213\347\220\250\345\205\203/code/MysqlConn.cpp" index 1749d07..00003aa 100644 --- "a/Server/\347\216\213\347\220\250\345\205\203/code/MysqlConn.cpp" +++ "b/Server/\347\216\213\347\220\250\345\205\203/code/MysqlConn.cpp" @@ -11,7 +11,6 @@ cout << "Failed to initialize MySQL." << endl; return; } - // 设置字符集 // 使用写死的参数连接数据库 m_mysql = mysql_real_connect(m_mysql, "127.0.0.1", "root", "123456", "mayi_kunlun", 3306, nullptr, 0); if (!m_mysql) { -- Gitblit v1.8.0