Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

Help Center/ TaurusDB/ FAQs/ Database Connections/ How Do I View All IP Addresses Connected to a Database?

How Do I View All IP Addresses Connected to a Database?

Updated on 2023-10-19 GMT+08:00

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;

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback