This commit is contained in:
luoliangyi 2022-12-22 10:07:39 +08:00
parent c1cb7097c0
commit f2b38bc15f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
int main() int main()
{ {
HGPdtToolDbUserMgr userMgr = NULL; HGPdtToolDbUserMgr userMgr = NULL;
HGPdtToolDb_CreateUserMgr("127.0.0.1", 3306, "root", "123456", NULL, NULL, &userMgr); HGPdtToolDb_CreateUserMgr("127.0.0.1", 3306, "root", "123456", &userMgr);
if (NULL != userMgr) if (NULL != userMgr)
{ {
//Sleep(30 * 1000); //Sleep(30 * 1000);