[IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified
- 阅读更多 关于 [IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified
问题 I'm trying to install ODBC on Ubuntu 12.04 for the purpose of using it with Zabbix . I installed unixODBC as per these Zabbix instructions and modified my /etc/odbc.ini to look like this: [eyatest] Description = MySQL connection to 'dbname' database Driver = MySQL Database = dbname Server = localhost UserName = root Password = **** Port = 3306 Socket = /var/lib/mysql/mysql.sock But when I try connecting with isql I get the error in the title of this question: sudo isql -v eyatest [IM002]