MySQL Forums
Forum List  »  Connector/ODBC

Re: ODBC Connector for Mac Lion -- installation problem
Posted by: Hemant Dangi
Date: August 07, 2013 09:05AM

Helo Jeffrey,

You need to provide me error you got on first two execution, also check your odbc.ini file if you are able to create DSN properly.

myodbc-installer -s -a -c2 -n "test"
-t "DRIVER=MySQL ODBC 5.2 Driver;SERVER=192.168.1.5;DATABASE=test;UID=myid;PWD=mypwd"


Also if you are able to register driver properly i.e. successfull execution of first command, then can invoke ODBC Administrator gui directly to add DSN thereby second command won't be needed to run.

http://dev.mysql.com/doc/refman/5.6/en/connector-odbc-configuration-dsn-macosx.html

For remote server provide its IP address for server parameter, find more parameters in link below:
http://dev.mysql.com/doc/refman/5.6/en/connector-odbc-configuration-connection-parameters.html

Thanks.

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.