MySQL Forums
Forum List  »  Connector/ODBC

Re: MySQL ODBC connector forgets password and server name
Posted by: Bogdan Degtyariov
Date: August 20, 2025 12:45AM

What was the exact version of ODBC Driver, which had the problem?

Another thing to check would be the connection string from the actual application. Options given via the connection string will override DSN options. For instance:

lets have DSN=mydsn containing USER=muyser

for connection string like "DSN=mydsn;USER=;" the driver will try connecting with the empty USER as specified in the connection string rather than `myuser` specified in DSN.

Options: ReplyQuote




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.