Update docs/en/interfaces/mysql.md

This commit is contained in:
olgarev 2021-08-29 21:24:52 +03:00 committed by GitHub
parent d78dd54e16
commit 60d85d36bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;"