3 weeks ago
Hello,
We are running a clean up script for the upcoming release which will process 5 million records.
In case we need to stop the script in mid-execution or terminate the process, would that be possible?
Thank you
PERSON_NAME
Request clarification before answering.
use sql SHOW FULL PROCESSLIST; to show all of the process, then use KILL <PROCESS_ID>;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
5 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.