提交 6cd9d293 编写于 作者: S shenglian zhou

fix hostname to adapt to other machine

上级 ba68a1bc
......@@ -163,7 +163,8 @@ int main(int argc, char* argv[]) {
}
TAOS_RES* result;
const char* host = "127.0.0.1";
//const char* host = "127.0.0.1";
const char* host = NULL;
const char* user = "root";
const char* passwd = "taosdata";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册