0

open connections to a given database

How to see all open connections to a given database?

stalin
asked Sep 24, 2018
1 Answer
0

To see the host details database user and database details they accessed use the below command

show processlist;

Or if you simply wanted to see the threads connected alone run the following command

 SHOW STATUS WHERE `variable_name` = 'Threads_connected';
View More
gokulravichandran2
answered Sep 28, 2018
Your Answer
||||
 
100:0

Related News in open connections to a given database

Related News in open connections to a given database