From 204ed8bff86568e57acae30cd905a4ba70f5f0f0 Mon Sep 17 00:00:00 2001 From: lzx <2246256235@qq.com> Date: 星期六, 09 十一月 2024 17:02:14 +0800 Subject: [PATCH] 项目总结 --- 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