cnx = mysql.connector.connect(host="localhost",
port=3306,
database='oc',
charset='utf8',
user="user",
password="")