Update configuration for mysql-connector-odbc
This commit is contained in:
parent
3e454a2f31
commit
002b9fcbf2
10
README.dist
10
README.dist
@ -9,14 +9,12 @@ postgresql-odbc PostgreSQL driver, needed to connect to PostgreSQL
|
|||||||
unixODBC-gui-qt Optional configuration management and test programs
|
unixODBC-gui-qt Optional configuration management and test programs
|
||||||
|
|
||||||
|
|
||||||
The recommended driver definition for MySQL is:
|
The recommended driver definition for MySQL 8 is:
|
||||||
|
|
||||||
[MySQL]
|
[MySQL]
|
||||||
Description = ODBC for MySQL
|
Description = ODBC for MySQL 8
|
||||||
Driver = /usr/lib/libmyodbc5.so
|
Driver = /usr/lib/libmyodbc8.so
|
||||||
Setup = /usr/lib/libodbcmyS.so
|
Driver64 = /usr/lib64/libmyodbc8.so
|
||||||
Driver64 = /usr/lib64/libmyodbc5.so
|
|
||||||
Setup64 = /usr/lib64/libodbcmyS.so
|
|
||||||
FileUsage = 1
|
FileUsage = 1
|
||||||
|
|
||||||
You can adjust the name (in square brackets) and the description, but
|
You can adjust the name (in square brackets) and the description, but
|
||||||
|
29
odbcinst.ini
29
odbcinst.ini
@ -11,15 +11,30 @@ Setup64 = /usr/lib64/libodbcpsqlS.so
|
|||||||
FileUsage = 1
|
FileUsage = 1
|
||||||
|
|
||||||
|
|
||||||
# Driver from the mysql-connector-odbc package
|
# Driver from the mysql-connector-odbc package in Fedora >=29
|
||||||
# Setup from the unixODBC package
|
# Setup from the unixODBC package
|
||||||
[MySQL]
|
[MySQL]
|
||||||
Description = ODBC for MySQL
|
Description = ODBC for MySQL 8
|
||||||
Driver = /usr/lib/libmyodbc5.so
|
# mysql-connector-odbc package provides shared libraries with "w" or "a" suffix.
|
||||||
Setup = /usr/lib/libodbcmyS.so
|
# 'w' stands for 'wide' or 'unicode' character set, 'a' stands for 'ANSI'
|
||||||
Driver64 = /usr/lib64/libmyodbc5.so
|
# Symlinks used in the configuration below lead to the 'w' variant by default
|
||||||
Setup64 = /usr/lib64/libodbcmyS.so
|
Driver = /usr/lib/libmyodbc8.so
|
||||||
FileUsage = 1
|
Driver64 = /usr/lib64/libmyodbc8.so
|
||||||
|
FileUsage = 1
|
||||||
|
|
||||||
|
|
||||||
|
# Driver from the mysql-connector-odbc package in Fedora <=28
|
||||||
|
# Setup from the unixODBC package
|
||||||
|
[MySQL-5]
|
||||||
|
Description = ODBC for MySQL 5
|
||||||
|
# mysql-connector-odbc package provides shared libraries with "w" or "a" suffix.
|
||||||
|
# 'w' stands for 'wide' or 'unicode' character set, 'a' stands for 'ANSI'
|
||||||
|
# Symlinks used in the configuration below lead to the 'w' variant by default
|
||||||
|
Driver = /usr/lib/libmyodbc5.so
|
||||||
|
Driver64 = /usr/lib64/libmyodbc5.so
|
||||||
|
Setup = /usr/lib/libodbcmyS.so
|
||||||
|
Setup64 = /usr/lib64/libodbcmyS.so
|
||||||
|
FileUsage = 1
|
||||||
|
|
||||||
|
|
||||||
# Driver from the freetds-libs package
|
# Driver from the freetds-libs package
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A complete ODBC driver manager for Linux
|
Summary: A complete ODBC driver manager for Linux
|
||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
Version: 2.3.7
|
Version: 2.3.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.unixODBC.org/
|
URL: http://www.unixODBC.org/
|
||||||
# Programs are GPL, libraries are LGPL, except News Server library is GPL.
|
# Programs are GPL, libraries are LGPL, except News Server library is GPL.
|
||||||
@ -124,6 +124,9 @@ done
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri 30 Nov 2018 Michal Schorm <mschorm@redhat.com> - 2.3.7-2
|
||||||
|
- Bump for rebuild to ship updated configuration
|
||||||
|
|
||||||
* Sat Aug 11 2018 Pavel Raiskup <praiskup@redhat.com> - 2.3.7-1
|
* Sat Aug 11 2018 Pavel Raiskup <praiskup@redhat.com> - 2.3.7-1
|
||||||
- update to version 2.3.7
|
- update to version 2.3.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user