I want to increase my mysql.connect_timeout from the default of 60? Can anyone direct me?
-
Andrey, Stuart, Chris, Greg.......
-
Thanks guys in advance!
_
~~ Lorren
I want to increase my mysql.connect_timeout from the default of 60? Can anyone direct me? - Andrey, Stuart, Chris, Greg....... - Thanks guys in advance! _ ~~ Lorren |
Add or change the following to your PHP.ini or create the file if you don't have one ..... ; Maximum time (in seconds) for connect timeout. -1 means no limit
|
Yes Rumpy... - I did search. mysql.connect_timeout. - I didn't find it...that is why I am asking. But thanks for having mercy on me and answering. _ Lorren - Add or change the following to your PHP.ini or create the file if you don't have one ..... ; Maximum time (in seconds) for connect timeout. -1 means no limit
|
Hmmmmmmmm ..... Came back the first time ..... |
I searched "mysql.connect_timeout" and all it brings now are MY posts... |
What is the optimum timing on this? Add or change the following to your PHP.ini or create the file if you don't have one ..... ; Maximum time (in seconds) for connect timeout. -1 means no limit
There are none so blind as those that will not see. |
Ohh, I hope that better use internet :) http://search.mysql.com/search?q=mysql.connect_timeout&ie=&lr=lang_en&x=0&y=0 http://www.google.com/search?hl=en&q=mysql.connect_timeout&btnG=Google+Search&aq=f&oq= seems in documentation at mysql.com must be described how work with phpMyAdmin, change settings etc. |
Hey Lorren sent you a message on how to do this. It's a php.ini or .htaccess code you need to add depending on whether you have a cgi or apache module server. Fairly simple and fast either way. I don't know that it will solve all your problems but certainly worth a try. DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources |
Hey gameutopia, - Received the email...thanks for the help! It SEEMS to be working, but only time will tell! - Stuart, I set it to 600. - ~~ Lorren - |
Hey gameutopia, - Received the email...thanks for the help! It SEEMS to be working, but only time will tell! - Stuart, I set it to 600. - ~~ Lorren - 600, is that seconds? 60 to 600 seems like quite a leap, are you having any problems? I was having the occasional time out. I set mine to 80 and I am waiting to see if that cures the problem. Why 600? Stuart There are none so blind as those that will not see. |
It is what gameutopia had specified to try as I am running on a shared server. - Lorren - Hey gameutopia, - Received the email...thanks for the help! It SEEMS to be working, but only time will tell! - Stuart, I set it to 600. - ~~ Lorren - 600, is that seconds? 60 to 600 seems like quite a leap, are you having any problems? I was having the occasional time out. I set mine to 80 and I am waiting to see if that cures the problem. Why 600? Stuart |
Mysql timeout: Lorren I set mine to 80 and I have had no problems since. - Stuart It is what gameutopia had specified to try as I am running on a shared server. - Lorren - Hey gameutopia, - Received the email...thanks for the help! It SEEMS to be working, but only time will tell! - Stuart, I set it to 600. - ~~ Lorren - 600, is that seconds? 60 to 600 seems like quite a leap, are you having any problems? I was having the occasional time out. I set mine to 80 and I am waiting to see if that cures the problem. Why 600? Stuart There are none so blind as those that will not see. |