I tried to access MySQL from Python 3.3 with the following methods:
import mysql.connector config = { \'user\': \'###\', \'password\': \'******\', \'h
For me it was fixing the right port (changed the default while installing because it was already used).