python操做mysql數據庫增刪改查

PyMySQL的安裝 pip install PyMySQLpython #python鏈接數據庫 import pymysql db = pymysql.connect("數據庫ip","用戶","密碼","數據庫" ) # 打開數據庫鏈接 cursor.execute("SELECT VERSION()") # 使用 execute() 方法執行 SQL
相關文章
相關標籤/搜索