MySQL Forums
Forum List  »  Connector/ODBC

Re: Very slow when connection lost
Posted by: Bogdan Degtyariov
Date: May 16, 2021 05:58PM

Unfortunately, the timeouts cannot be set from GUI Dialog, but if you can modify the connection string it should be possible.
Please check this page:

https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html

The timeout values can be passed through the connection string as "...;READTIMEOUT=...;WRITETIMEOUT=...;..."

Options: ReplyQuote


Subject
Written By
Posted
Re: Very slow when connection lost
May 16, 2021 05:58PM


Sorry, you can't reply to this topic. It has been closed.

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.