In MySQL DB configuration , The symptom for both a windows DB client tool and an application client is that after a while the connection is lost and client would need to reestablish the connection. It seems that there’s a setting on the MySQL DB that the connections are timing out after some time.
how to keep connection without lost in mysql from server side.
is there any way to set server side to keep connection alive.