From fb1860af3f010ed88ae8a6a8d993d3153ce92146 Mon Sep 17 00:00:00 2001 From: pans <pans@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 30 十二月 2016 12:37:09 +0800 Subject: [PATCH] --- RtspFace/demo/src/db/DBuntil.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/RtspFace/demo/src/db/DBuntil.cpp b/RtspFace/demo/src/db/DBuntil.cpp index 3787225..0610b9d 100644 --- a/RtspFace/demo/src/db/DBuntil.cpp +++ b/RtspFace/demo/src/db/DBuntil.cpp @@ -3,7 +3,7 @@ #include <cstdio> const char DBuntil::user[] = "root"; -const char DBuntil::pswd[] = ""; +const char DBuntil::pswd[] = "Basic@2017"; const char DBuntil::host[] = "localhost"; const char DBuntil::db[] = "demo"; unsigned int DBuntil::port = 3306; -- Gitblit v1.8.0