当前位置:网站首页>TDengineGUI无法连接TDengine
TDengineGUI无法连接TDengine
2022-07-30 05:42:00 【就是叫这个名字】
官方文档中写到TDengineGUI连接TDengine的配置为:
可以通过“新建连接”按钮,添加新的服务器进行管理。需要提供数据库服务器的ip地址、restful服务的端口号(默认为6041)、连接服务器的用户名和密码(默认为root:taosdata)
我连接时提示“连接失败”,去服务器上看了端口 使用情况,确实也没有6041端口的使用情况,后来发现时是自己没启动 taosAdapter 服务
只需要在要连接的服务器上执行下面的命令就可以啦
systemctl start taosadapter
官方介绍taosadapter:https://docs.taosdata.com/reference/taosadapter/
边栏推荐
猜你喜欢
随机推荐
Sql操作
uni-app: The use of uni-icons and how to customize icons
Detailed MySQL-Explain
Awd summary
MySQL-Explain详解
运维工程师面试经历
node包的导入与导出
最新Redistemplate配置及使用,附带操作工具类,测试类
async/await用法详解
Misc of CTF-Memory Analysis (Volatility)
CTF之misc-其他类型隐写
TypeError The view function did not return a valid response. The function either returned None 的解决
[网鼎杯 2020 青龙组]AreUSerialz
SSTI range
SSTI靶场
DVWA installation tutorial (understand what you don't understand · in detail)
最新版redis6.3.2下载安装
使用Nodejs搭建Web Server(入门教程)
Jackson 序列化失败问题-oracle数据返回类型找不到对应的Serializer
目前主流浏览器以及对应的内核






