MySQL Forums
Forum List  »  Connector/ODBC

Re: DSN Configuration on Centos: Wrong or unknown protocol
Posted by: Bogdan Degtyariov
Date: December 06, 2021 02:38AM

Your DSN configuration has two mutually exclusive options:

SERVER usually specifies the network name or IP address of a host. Unless the name is localhost it implies TCP connection.
SOCKET is the name of the socket file for a local connection, TCP is not used in such cases.

If you are connecting to a remote host it is better to remove SOCKET option to ensure TCP is used.

Options: ReplyQuote


Subject
Written By
Posted
Re: DSN Configuration on Centos: Wrong or unknown protocol
December 06, 2021 02:38AM


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.