Question #196830 : Questions : MySQL Connector/Python
answers.launchpad.net › myconnpy › +questionMay 10, 2012 · Hello, I have been using mysql connector from past few months. It was working fine until one fine day I did a fresh installation to upgrade my OS (Ubuntu 12.04). After that I installed the mysql connector and found this annoying problem. I am being able to import 'mysql.connector' module successfully but it gives the following error: >>> import mysql.connector as sql >>> conn=sql.connect(host ...