开发者

MySQL show processlist is truncated

show processlist truncates the info column. Os there a way to show the full query in the info 开发者_JAVA技巧column?


Try doing this:

SHOW FULL PROCESSLIST

Read more here: http://dev.mysql.com/doc/refman/5.1/en/show-processlist.html

If you do not use the FULL keyword, only the first 100 characters of each statement are shown in the Info field.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜