From c13e09af68f9970ebe16613b421666879e6ce217 Mon Sep 17 00:00:00 2001 From: jiangkegeng <jiangkegeng> Date: 星期六, 09 十一月 2024 15:50:51 +0800 Subject: [PATCH] r --- 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