I used a loop in my php script to run insert requests in my db. The loop repeated a thousand times. I stop my PHP script until it works. However, my db table continues to populate all the time. I guess there should be a queue. but this is only an assumption. So I wonder if I can stop all pending requests? I also wonder if it is possible to see this line somewhere? Thank you in advance for your answers. Greetings. Mark.
source share