login to mysql as a root:
mysql -uroot -p
end execute:
mysql> show processlist;
will show you list of processes running in MySQL
and using \G delimiter will present processes in more readable format.
mysql> show processlist \G
Provided by: ForthScale systems, scalable infrastructure experts
mysql -uroot -p
end execute:
mysql> show processlist;
will show you list of processes running in MySQL
and using \G delimiter will present processes in more readable format.
mysql> show processlist \G
Provided by: ForthScale systems, scalable infrastructure experts
No comments:
Post a Comment