scarhand Posted February 3, 2011 Share Posted February 3, 2011 i have a script that wrote which updates fields in a mysql database with millions of rows. it just uses a while loop for each row. now the problem is that i forgot to add something to the script, but i already visited the .php file in my browser. i closed the browser and when i refresh the database it still seems to be running even though i closed the browser the script was running on.... is this because the script is still cached in the memory or what? how can i stop it? Link to comment https://forums.phpfreaks.com/topic/226609-script-wont-stop-despite-being-closed/ Share on other sites More sharing options...
BlueSkyIS Posted February 3, 2011 Share Posted February 3, 2011 you can wait until the script timeout is reached (whatever that is set for), you could reboot apache, or kill the process via command line. Link to comment https://forums.phpfreaks.com/topic/226609-script-wont-stop-despite-being-closed/#findComment-1169563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.