I was trying to connect MySQL with python via the following code.
import mysql.connector mydb = mysql.connector.connect( host="localhost", user=