当前位置:网站首页>TDengineGUI cannot connect to TDengine
TDengineGUI cannot connect to TDengine
2022-07-30 06:46:00 【that's the name】
The configuration of the TDengineGUI connection to TDengine written in the official document is:
You can add a new server for management through the "New Connection" button.You need to provide the IP address of the database server, the port number of the restful service (the default is 6041), the user name and password for connecting to the server (the default is root:taosdata)
When I connected, it was prompted that "connection failed". I went to the server to check the port usage, and there was indeed no usage of port 6041. Later, I found out that the taosAdapter service was not started by myself
Just execute the following command on the server you want to connect to
systemctl start taosadapterOfficial introduction to taosadapter: https://docs.taosdata.com/reference/taosadapter/
边栏推荐
- CTF之misc-日志分析
- Flink CDC 实现Postgres到MySQL流式加工传输案例
- Briefly describe SSRF
- MySQL-Explain详解
- C#下利用开源NPlot绘制股票十字交叉线
- DVWA installation tutorial (understand what you don't understand · in detail)
- Misc of CTF-image steganography
- The Request request body is repackaged to solve the problem that the request body can only be obtained once
- 运维工程师面试经历
- Obtain geographic location and coordinates according to ip address (offline method)
猜你喜欢
随机推荐
Calendar类的习题
uncategorized SQLException; SQL state [null]; error code [0]; sql injection violation, syntax error
SSTI靶场
利用自定义注解,统计方法执行时间
[MATLAB] Image Processing - Recognition of Traffic Signs
Jackson 序列化失败问题-oracle数据返回类型找不到对应的Serializer
sqli-labs less3/4 Targeting Notes
根据ip地址获取地理位置及坐标(离线方式)
sqli-labs shooting range SQL injection learning Less-1
C#下利用开源NPlot绘制股票十字交叉线
uncategorized SQLException; SQL state [null]; error code [0]; sql injection violation, syntax error
强国杯初赛WP
批量自动归集
信息安全必备神器之kali
Flink PostgreSQL CDC配置和常见问题
《MySQL高级篇》四、索引的存储结构
C# WPF中监听窗口大小变化事件
Competition WP in May
CTFSHOW command execution [web29-web124] unfinished to be continued
FastAPI 快速入门








