How to see full query from SHOW PROCESSLIST

后端 未结 5 1123
無奈伤痛
無奈伤痛 2020-12-07 07:16

When I issue SHOW PROCESSLIST query, only first 100 characters of the running SQL query are returned in the info column.

Is it possible to change Mysql config or iss

5条回答
  •  借酒劲吻你
    2020-12-07 08:13

    SHOW FULL PROCESSLIST
    

    If you don't use FULL, "only the first 100 characters of each statement are shown in the Info field".

    When using phpMyAdmin, you should also click on the "Full texts" option ("← T →" on top left corner of a results table) to see untruncated results.

提交回复
热议问题