Re: fail to reconnect to mysql8
The issue you are experiencing could be the ephemeral port exhaustion in Windows.
It can happen if your ODBC application creates a lot of short-living connections.
If that's the case you could try using the ODBC connection pooling, which will improve the connect performance and help to keep the number of used ephemeral ports within the acceptable range.
Subject
Written By
Posted
Re: fail to reconnect to mysql8
July 07, 2024 09:03PM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.