I'm ran a PHP script on my hosted server that updates some values in a mysql table. After I ran it, I noticed, oops, it will run forever, and it's not a particularly intensive one either (I put in a usleep to slow it down). I'm pretty sure the script is still going, because even after I delete the table, and then reinstall it, that table will have the updated values. When I run a Mysql command to update those fields to an arbitrary value, like zero, and then check the table again, the fields will have the updated values. How do I shut this off?