Access 2010 FE, mysql BE via dsnless connection to Arvixe hosted domain. Smooth until yesterday. Now, I am losing connection a few minutes after opening the program, even while I am actively using it. ("mysql server has gone away"). If I don't close the program and then check back in 8 or 9 minutes, I find it connected again. I have been timing the on/off cycles for an hour, and the off periods appear to be fairly regular. Does anyone have any idea what I can do from my end to remain connected? It's not like we are overusing our allotted piece of the shared pie, as there are only 4 users of this program, and I am the only one using more than a few minutes per week while I am polishing the code.
When I put in a trouble ticket, I was told:
"High wait_timeout value results in performance issues thats why the value was lowered to a reasonable value so that the idle connections do not just sit there occupying a connection slot. Unfortunately on shared server, this value cannot be changed/increased."
BTW: my connection string is:
MyConnectionString = "ODBC;Driver={MySQL ODBC 5.1 Driver};" & _
"Server=108.175.149.128;Database=" & "dbname" & ";" & _
"OPTION=4194339;INITSTMT=SET @@wait_timeout=28800;" & _
"User=" & "dbusername" & ";" & _
"Password=" & "xxxx" & ";"
When I put in a trouble ticket, I was told:
"High wait_timeout value results in performance issues thats why the value was lowered to a reasonable value so that the idle connections do not just sit there occupying a connection slot. Unfortunately on shared server, this value cannot be changed/increased."
BTW: my connection string is:
MyConnectionString = "ODBC;Driver={MySQL ODBC 5.1 Driver};" & _
"Server=108.175.149.128;Database=" & "dbname" & ";" & _
"OPTION=4194339;INITSTMT=SET @@wait_timeout=28800;" & _
"User=" & "dbusername" & ";" & _
"Password=" & "xxxx" & ";"