未验证 提交 c2834866 编写于 作者: 陶建辉(Jeff)'s avatar 陶建辉(Jeff) 提交者: GitHub

Update _linux_install.mdx

上级 c7a319a9
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
运行 install_client.sh 进行安装。 运行 install_client.sh 进行安装。
4. 配置 taos.cfg 4. 配置 taos.cfg
编辑 taos.cfg 文件(默认路径/etc/taos/taos.cfg),将 firstEP 修改为 TDengine 服务器的 End Point,例如:`h1.taos.com:6030` 编辑 taos.cfg 文件(默认路径/etc/taos/taos.cfg),将 firstEP 修改为 TDengine 服务器的 End Point,例如:`h1.tdengine.com:6030`
:::tip :::tip
1. 如本机没有部署 TDengine 服务,仅安装了应用驱动,则 taos.cfg 中仅需配置 firstEP,无需配置 FQDN。 1. 如本机没有部署 TDengine 服务,仅安装了应用驱动,则 taos.cfg 中仅需配置 firstEP,无需在本机配置 FQDN。
2. 为防止与服务器端连接时出现“unable to resolve FQDN”错误,建议确认客户端的 hosts 文件已经配置正确的 FQDN 值 2. 为防止与服务器端连接时出现“unable to resolve FQDN”错误,建议确认客户端的 hosts 文件已经配置了服务器正确的 FQDN 值,或配置好了 DNS 服务
::: :::
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册