Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import mysql.connector mydb = mysql.connector.connect( host="localhost", user="myusername", password="mypassword" ) print(mydb)
<mysql.connector.connection.MySQLConnection object ar 0x016645F0>