How to cancel a long-running tabulation manually, using MySQL Control Center?
If a tabulations job runs longer than the expected time, you can manually cancel the tabulations, using MySQL Control Center or using pure SQL.
Procedure
To cancel a tabulation manually, using MySQL Control Center, complete the following steps:
How to cancel a tabulation manually, using pure SQL
If a tabulations job runs longer than the expected time, you can manually cancel the tabulations, using MySQL Control Center or using pure SQL.
Procedure
To cancel a Tabulation manually, using pure SQL, complete the following steps:
- Log on to the MySQL Sever.
- Issue the query: SHOW FULL PROCESSLIST
- Identify the Tabulation process as described in step 3 of the previous procedure.
- Note the ID number of the Tabulation. This appears in the first column.
- Issue the query: KILL <D number>