mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 01:16:55 +02:00
=database and user name changed
This commit is contained in:
parent
33efbefa71
commit
1641bb56ce
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user