MySQl - 中斷Mysql指令

MySQl - 中斷Mysql指令

因為下錯語法,導致執令執行過久,所以需要中斷指令,指令如下

mysql -u root -p db_name
show processlist;
kill thread_id;