We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413db6d commit be73b11Copy full SHA for be73b11
1 file changed
Data/MySQL/testsuite/src/MySQLTest.cpp
@@ -64,7 +64,7 @@ Poco::SharedPtr<SQLExecutor> MySQLTest::_pExecutor = 0;
64
// Parameters for barebone-test
65
#define MYSQL_USER "root"
66
#define MYSQL_PWD "poco"
67
-#define MYSQL_HOST "192.168.1.33"
+#define MYSQL_HOST "localhost"
68
#define MYSQL_PORT 3306
69
#define MYSQL_DB "test"
70
0 commit comments