From b78461297e6c5e3da6548594122dcb6ee6cc7b3d Mon Sep 17 00:00:00 2001
From: wangky <m1561510467@163.com>
Date: 星期五, 08 十一月 2024 10:51:18 +0800
Subject: [PATCH] SQL

---
 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