在Ubuntu 16.04上配置ODBC

时间:2017-03-20 07:30:08

标签: mysql odbc ubuntu-16.04 unixodbc

我尝试将ODBC与MySQL连接但我遇到了一些问题。

我的安装步骤如下: a / install unixodbc,libmysql

b / find / -name' lib odbc .so'

enter image description here

c /配置odbcinst.ini

[MySQL]
Description=ODBC for MySQL
Driver=/usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so
Setup=/usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so
UsageCount=1

d /配置odbc.ini

[asterisk-connector]
Description           = MySQL connection to 'asterisk' database
Driver                = MySQL
Database              = asterisk
Server                = localhost
UserName              = root
Password              = 123456
Port                  = 3306
Socket                = /var/lib/mysql/mysql.sock

e /安装odbc驱动程序

odbcinst -i -d -f /etc/odbcinst.ini

enter image description here

f /安装dns:

odbcinst -i -s -l -f /etc/odbc.ini

g /测试您的系统DSN是否已成功安装:

enter image description here h /测试连接:

enter image description here

我不知道连接失败的原因。请问我。感谢

0 个答案:

没有答案