Mysql 1 - Connect mysql in python Get link Facebook X Pinterest Email Other Apps July 11, 2020 import mysql.connectormydb = mysql.connector.connect(host="localhost" , user="root ", password="root")print(mydb.connection_id) # for checking connection is establish or not. Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment