Skip to content

Commit 7948057

Browse files
authored
add HOST field to process list query
1 parent 4b2e748 commit 7948057

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/docs/cheatsheets/mysql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SELECT
1111
CONCAT("CALL mysql.rds_kill_query('" , ID, "');") AS "run_to_kill",
1212
@@hostname AS "hostname",
1313
pl.ID AS "id",
14+
pl.HOST AS "host",
1415
pl.USER AS "user",
1516
pl.DB AS "database",
1617
pl.COMMAND AS "command",

0 commit comments

Comments
 (0)