From 3ed51f1c3194d7a4a1e992fe845e023a488563f3 Mon Sep 17 00:00:00 2001 From: wangky <m1561510467@163.com> Date: 星期四, 07 十一月 2024 17:34:51 +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