How can I stop a MySQL query if it takes too long?

Viewed 66485

Is it possible to timeout a query in MySQL?

That is, if any query exceeds the time I specify, it will be killed by MySQL and it will return an error instead of waiting for eternity.

9 Answers
Related