Help Center/ TaurusDB/ FAQs/ Database Connections/ How Do I View All IP Addresses Connected to a Database?
Updated on 2025-07-22 GMT+08:00
How Do I View All IP Addresses Connected to a Database?
You can run the following SQL statement on the database to query the number of connected IP addresses:
SELECT substring_index(host, ':',1) AS host_name,state,count(*) FROM information_schema.processlist GROUP BY state,host_name;
Parent topic: Database Connections
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.