iphone-ticker.de — Alles zum iPhone. Seit 2007. 43 903 Artikel

Mysql Kill Long: Running Queries

: You can query the information_schema.processlist table for similar information.

: Run SHOW FULL PROCESSLIST; in the MySQL command line. mysql kill long running queries

: For more detailed insights, query the information_schema.processlist or performance_schema.threads tables. : You can query the information_schema

KILL QUERY <id>;