phpQuestioner Posted August 10, 2007 Share Posted August 10, 2007 Is there any way to prevent mysql from timing out after 60 second without a connection? I am having trouble with php pages taking a long time loading on my web host. I call them, but they said it was a temporary overload on my domain. The thing is, temporary doesn't seem temporary; it seems like a lot longer then that. So does any one know a way to display database content with mysql after 60 seconds with no connection? I'm sure the answer probably is "no", but I figure it would not hurt to ask. Quote Link to comment Share on other sites More sharing options...
fenway Posted August 20, 2007 Share Posted August 20, 2007 I guess your db class should provide a timeout override, but this is a general issue with all such connections. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.