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. Link to comment https://forums.phpfreaks.com/topic/64215-mysql-60-second-time-out-any-work-around/ 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. Link to comment https://forums.phpfreaks.com/topic/64215-mysql-60-second-time-out-any-work-around/#findComment-329164 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.