I would like to set a maximum execution time for sql queries like set_time_limit() in php. How can I do ?
+2
A:
If you are using InnoDB storage you can set a timeout in it's configuration
http://dev.mysql.com/doc/refman/5.0/en/innodb-configuration.html
adam
2009-01-06 09:21:02
thx and with myisam storage ?
2009-01-06 09:23:17
i didn't find which parameter can achieve that in the manual... could you help me ?
2009-01-07 15:02:00