mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update docs/en/interfaces/mysql.md
This commit is contained in:
parent
d78dd54e16
commit
60d85d36bd
@ -44,7 +44,7 @@ Restrictions:
|
||||
|
||||
- some data types are sent as strings
|
||||
|
||||
To cancel the long query use `KILL QUERY connection_id` statement (it is replaced with `KILL QUERY WHERE query_id = connection_id` while proceeding). For example:
|
||||
To cancel a long query use `KILL QUERY connection_id` statement (it is replaced with `KILL QUERY WHERE query_id = connection_id` while proceeding). For example:
|
||||
|
||||
``` bash
|
||||
$ mysql --protocol tcp -h mysql_server -P 9004 default -u default --password=123 -e "KILL QUERY 123456;"
|
||||
|
Loading…
Reference in New Issue
Block a user