• Increase font size
  • Default font size
  • Decrease font size

How many users connected to the Database

 SHOW [FULL] PROCESSLIST
http://dev.mysql.com/doc/mysql/en/show-processlist.html

But, a couple of ways that I achieve this is by using the command below
if you have grep and cut availble:

mysqladmin processlist | grep | cut -d '|' -f1-8

 

Add comment


Security code
Refresh