Python鏈接mysql實現增刪改查基本操做

使用模塊pymysql import pymysql # connect(mysql數據庫IP地址,用戶名,密碼,鏈接的數據庫名) db = pymysql.connect('10.25.34.68','root','root','mydb') # cursor光標,建立一個用於寫sql語句的對象 cursor=db.cursor() # execute執行sql語句 cursor.execute
相關文章
相關標籤/搜索