import mysql.connector conn = mysql.connector.connect( host="localhost", user="penztar", passwd="titok" ) print(conn)