Search found 2 matches

by piykumar
Wed Oct 15, 2008 10:44 pm
Forum: PHP - Code
Topic: MySQL Query Timeout program in PHP
Replies: 2
Views: 213

Re: MySQL Query Timeout program in PHP

Any help please ..??

How do I get the PID of my last select query ran from the web query
interface..?? Any php function..?
by piykumar
Wed Oct 15, 2008 8:33 pm
Forum: PHP - Code
Topic: MySQL Query Timeout program in PHP
Replies: 2
Views: 213

MySQL Query Timeout program in PHP

I'm using http://myclient.polarlava.com/ as web query interface for mysql server Now I want to add "Query Timeout" functionality to it For that I need to get the PID for last ran mysql query and then using kill PID - I can kill the process on MySQL server Please explain how to do that in P...