开发者

MySQL show processlist is truncated

开发者 https://www.devze.com 2023-03-01 23:48 出处:网络
show processlist truncates the info column. Os there a way to show the full query in the info 开发者_JAVA技巧column?Try doing this:

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

精彩评论

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