diff --git a/docs-cn/14-reference/03-connector/_linux_install.mdx b/docs-cn/14-reference/03-connector/_linux_install.mdx index 21dacdfdb8f64364bb7aae0567a424bc98e2ef96..6d8a9433a06b7d50010ed8acec81a885ba1d9e7e 100644 --- a/docs-cn/14-reference/03-connector/_linux_install.mdx +++ b/docs-cn/14-reference/03-connector/_linux_install.mdx @@ -17,11 +17,11 @@ 运行 install_client.sh 进行安装。 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 -1. 如本机没有部署 TDengine 服务,仅安装了应用驱动,则 taos.cfg 中仅需配置 firstEP,无需配置 FQDN。 -2. 为防止与服务器端连接时出现“unable to resolve FQDN”错误,建议确认客户端的 hosts 文件已经配置正确的 FQDN 值。 +1. 如本机没有部署 TDengine 服务,仅安装了应用驱动,则 taos.cfg 中仅需配置 firstEP,无需在本机配置 FQDN。 +2. 为防止与服务器端连接时出现“unable to resolve FQDN”错误,建议确认客户端的 hosts 文件已经配置了服务器正确的 FQDN 值,或配置好了 DNS 服务。 :::