MySQL Forums
Forum List  »  Connector/ODBC

Re: about ODBC linux
Posted by: Hemant Dangi
Date: October 03, 2013 06:59AM

Hello Tuhin,

Thanks for showing interest in Mysql Connector/ODBC.

You didn't mentioned on which platform you want to install Mysql Connector/ODBC.
Anyway, if you want to install on windows try using MSI installer for easier installation.
If you want to install on linux you can use either of these to install:
- for source install
> cmake -G "Unix Makefiles" -DWITH_UNIXODBC=1
> make
> make install
- rpm -ivh mysql-connector-odbc-5.2.5-1.x86_64.rpm (rpm from mysql downloads for linux-generic)
- apt-get install libmyodbc (for debian or ubuntu)
- yum install mysql-connector-odbc (for fedora)

For more detail, refer below documentation:
http://dev.mysql.com/doc/refman/5.6/en/connector-odbc-installation.html

If you still facing issue, let me know with complete detail about your OS, Driver Manager, and issues you are facing during installation.

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
August 29, 2013 12:01AM
August 29, 2013 03:24AM
October 02, 2013 06:44AM
Re: about ODBC linux
October 03, 2013 06:59AM


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.