MySQL Forums
Forum List  »  Connector/ODBC

Re: Every new machine blocks connection
Posted by: Bogdan Degtyariov
Date: June 13, 2023 10:55PM

A few more things to check.

You mentioned Telnet, but with Telnet the situation is different because it only opens a socket, but doesn't authenticate.

Did you try connecting using mysql command line instead of ODBC driver from a new host?

Also, when trying ODBC connection was the password already in or prompted upon connecting? With prompting it goes with one failed authentication attempt because the driver tries empty password first. You might try adding password to your connection string or DSN.

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.