“01eda0e508814303308570c7a315fbb2149e6dd9”上不存在“docs/zh/14-reference/03-connector/cpp.mdx”
提交 6cd9d293 编写于 作者: S shenglian zhou

fix hostname to adapt to other machine

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