Io ho risolto il problema eseguendo la seguente procedura:

- Scaricare il pacchetto dal sito MySQL 
http://dev.mysql.com/downloads/connector/odbc/5.1.html
- Convertire il file da rpm a deb con alien: sudo alien -d nome_del_file.rpm 
- Installare con Synaptic i seguenti pacchetti: mysql-connector-odbc e 
libmyodbc 

Configurare il file /etc/odbcinst.ini nel seguente modo:

[MySQL]
Description = MySQL ODBC 5.1 Driver 
Driver = /usr/lib64/libmyodbc5-5.1.4.so 
Setup = /usr/lib64/libmyodbc5.so 
FileUsage = 1 
CPTimeout = 
CPReuse =

Configurare il file /etc/odbc.ini nel seguente modo:

[nome_db] 
Description = TLP Connection 
Driver = MySQL 
Server = localhost 
Database = nome_db
Port = 3306 
Socket =/var/run/mysqld/mysqld.sock 
Option = 
Stmt =

-- 
Crash on odbc traffic with MySQL server
https://bugs.launchpad.net/bugs/219206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to