Advertisement

Any idea on how to setup MySQL ODBC?

Started by July 06, 2005 05:51 AM
2 comments, last by evolutional 19 years, 2 months ago
Hi, I'm setting up MySQL in Linux Ubuntu, Debian version. And I've downloaded the odbc connector from the mysql website, and I was wondering how I would go about setting up the odbc connection to a db i setup in mysql? Thanks
Moving to Unix forum
Advertisement
oops :) thanks
Have you set up your odbcinst.ini file in /etc to use the MySQL provider?

eg:-
odbcinst.ini------------[MySQL]Description = MySQL driverDriver = /usr/lib/odbc/libmyodbc.soSetup = /usr/lib/odbc/libodbcmyS.so


You may also have to set up an odbc data source in /etc/odbc.ini too

This topic is closed to new replies.

Advertisement