2013 - Lost Connection to mysql during query
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am getting the above error when trying to connect to one database on mysql. I don't get the same error when connecting to other databases on the same reason. could you please help..
-
Hi, I am getting the above error when trying to connect to one database on mysql. I don't get the same error when connecting to other databases on the same reason. could you please help..
MySQL times out the connection if it is not used for a long time. The best thing to do is to make the connection only when you want to do the query, and then close it.
The difficult we do right away... ...the impossible takes slightly longer.