Note
As of MySQL 5.7.11, COM_PROCESS_KILL
is
deprecated and will be removed in a future version of MySQL.
Instead, use mysql_query()
to
execute a KILL
statement.
Same as KILL <id>
.
As of MySQL 5.7.11, COM_PROCESS_KILL
is
deprecated and will be removed in a future version of MySQL.
Instead, use mysql_query()
to
execute a KILL
statement.
Same as KILL <id>
.