MySQL + ODBC + Python

How to connect Python programs to a MySQL database using ODBC on Ubuntu 10.04 LTS (Lucid) This guide assumes you already have a MySQL server set up somewhere Install needed packages: sudo apt-get install unixodbc unixodbc-dev python-dev libmyodbc (libmyodbc is the MySQL driver for ODBC) Get current version of pyodbc: If you have python-setuptools installed: …

MySQL + ODBC + Python Read More »