=database and user name changed

This commit is contained in:
Sergey Kholodilov 2008-06-25 11:03:17 +00:00
parent 33efbefa71
commit 1641bb56ce

View File

@ -61,15 +61,15 @@ Poco::SharedPtr<SQLExecutor> MySQLTest::_pExecutor = 0;
// //
// Parameters for barebone-test // Parameters for barebone-test
#define MYSQL_USER "wmcloader" #define MYSQL_USER "root"
#define MYSQL_PWD "" #define MYSQL_PWD ""
#define MYSQL_HOST "localhost" #define MYSQL_HOST "localhost"
#define MYSQL_PORT 3306 #define MYSQL_PORT 3306
#define MYSQL_DB "robot" #define MYSQL_DB "test"
// //
// Connection string to POCO // Connection string to POCO
std::string MySQLTest::_dbConnString = "user=wmcloader;password=;db=robot;compress=true;auto-reconnect=true"; std::string MySQLTest::_dbConnString = "user=root;password=;db=test;compress=true;auto-reconnect=true";
MySQLTest::MySQLTest(const std::string& name): MySQLTest::MySQLTest(const std::string& name):