unixODBC-2.3.1.tar.gz
MySQL :: MySQL 5.0 Reference Manual :: 20.1.4.5 Configuring a Connector/ODBC DSN on Unix
20.1.4.5. Configuring a Connector/ODBC DSN on Unix
On
Unix
, you configure DSN entries directly in theodbc.ini
file. Here is a typicalodbc.ini
file that configuresmyodbc3
as the DSN name for Connector/ODBC 3.51:; ; odbc.ini configuration for Connector/ODBC and Connector/ODBC 3.51 drivers ; [ODBC Data Sources] myodbc3 = MyODBC 3.51 Driver DSN [myodbc3] Driver = /usr/local/lib/libmyodbc3.so Description = Connector/ODBC 3.51 Driver DSN SERVER = localhost PORT = USER = root Password = Database = test OPTION = 3 SOCKET = [Default] Driver = /usr/local/lib/libmyodbc3.so Description = Connector/ODBC 3.51 Driver DSN SERVER = localhost PORT = USER = root Password = Database = test OPTION = 3 SOCKET =Refer to the Section 20.1.4.2, “Connector/ODBC Connection Parameters”, for the list of connection parameters that can be supplied.
NoteIf you are using
unixODBC
, you can use the following tools to set up the DSN: