Is it possible to stop a stored procedures
in MySQL
? I put a procedures
to feed a database table for load tests with 10 million records, however the insertion is very slow and I wanted to stop it without having to stop the server (there are other applications running on it).