[root@test ~]# mysql -e "show processlist;"
+---------+------------------+-----------+------------------+---------+------+----------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+---------+------------------+-----------+------------------+---------+------+----------+------------------+
| 1879171 | durukan | localhost | durukan | Sleep | 0 | | NULL |
| 1879203 | root | localhost | NULL | Query | 0 | starting | show processlist |
+---------+------------------+-----------+------------------+---------+------+----------+------------------+
Categories: Bash language
2,555 Comments