You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Toshaan Bharvani
44610c237a
|
6 months ago | |
---|---|---|
.. | ||
README.dist | 6 months ago | |
keep-typedefs.patch | 6 months ago | |
odbcinst.ini | 6 months ago | |
so-version-bump.patch | 6 months ago |
README.dist
About unixODBC in this distribution
-----------------------------------
In addition to the unixODBC package itself, you will want to install some
or all of these related packages:
mysql-connector-odbc MySQL driver, needed to connect to MySQL databases
postgresql-odbc PostgreSQL driver, needed to connect to PostgreSQL
unixODBC-gui-qt Optional configuration management and test programs
The recommended driver definition for MySQL 8 is:
[MySQL]
Description = ODBC for MySQL 8
Driver = /usr/lib/libmyodbc8.so
Driver64 = /usr/lib64/libmyodbc8.so
FileUsage = 1
You can adjust the name (in square brackets) and the description, but
the other items should usually be used verbatim.
The recommended driver definition for PostgreSQL is:
[PostgreSQL]
Description = ODBC for PostgreSQL
Driver = /usr/lib/psqlodbcw.so
Setup = /usr/lib/libodbcpsqlS.so
Driver64 = /usr/lib64/psqlodbcw.so
Setup64 = /usr/lib64/libodbcpsqlS.so
FileUsage = 1