MySQL Forums
Forum List  »  Connector/ODBC

Re: Every new machine blocks connection
Posted by: Bogdan Degtyariov
Date: June 25, 2023 08:31PM

If the error log does not contain any details on the blocked connections you can try enabling them as follows:

SET GLOBAL log_warnings = 2;

This should work for MySQL 5.6 (not for v8.0)

Options: ReplyQuote




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.