Site icon Database Tutorials

How To Check Connected Users in MySQL

To check connected users in MySQL database and what operations are performed, we can use mysql cli or we can obtain same information through queries.

Check Connected Users in mysql cli

You can find the list of active transactions with the “show processlist” command.

Exit mobile version