MariaDB社区

标题: mysql 根据进程ID找到SQL(linux+mysql) [打印本页]

作者: liyihongcug    时间: 2009-5-4 20:51
标题: mysql 根据进程ID找到SQL(linux+mysql)
mysql 根据进程ID找到SQL(linux+mysql)

mysql 根据进程ID找到SQL(oracle可以轻松得到)?
作者: kider    时间: 2009-5-5 09:23
到MySQL里找吧
mysql> show processlist;
作者: liyihongcug    时间: 2009-5-5 09:59
2# kider

mysql> show processlist;
+--------+----------+------------------+------------------+---------+------+-------+------------------+
| Id     | User     | Host             | db               | Command | Time | State | Info             |
+--------+----------+------------------+------------------+---------+------+-------+------------------+
| 243012 | betberewrain | 10.0.4.199:2262  | smatrixdb     | Sleep   |    2 |       | NULL             |

7 rows in set

抱歉,楼上,我的问题 如何根据id找到对应的sql语句
作者: liyihongcug    时间: 2009-5-5 10:36
thank u
I find it .




欢迎光临 MariaDB社区 (http://123.56.88.72/) Powered by Discuz! X3.2