python的mysql數據庫創建表

一 代碼python import pymysql # 打開數據庫鏈接 db = pymysql.connect("localhost","root","root","db_test01" ) # 使用 cursor() 方法建立一個遊標對象 cursor cursor = db.cursor() # 使用 execute() 方法執行 SQL,若是表存在則刪除 cursor.execute("D
相關文章
相關標籤/搜索