Timeout Issue

How to solve MySQL timeout issue?

Questions by rubin2008   answers by rubin2008

Showing Answers 1 - 3 of 3 Answers

arunmscit86

  • Feb 19th, 2010
 

You can create it in /etc/my.cnf


[mysqld]
:
:
wait_timeout = 1800
connect_timeout = 10
:
:

You can set some of the time outs it in this manner in the file my.cnf

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions