I tried to access MySQL from Python 3.3 with the following methods:
import mysql.connector config = { \'user\': \'###\', \'password\': \'******\', \'h
try the same with mysql command line client:
mysql -h ##.##.#.## -P #### -u ### -p ########