MySQL批量刪除數據腳本

#!/usr/bin/python # -*- coding: UTF-8 -*- import os import MySQLdb import time db=MySQLdb.connect(host="172.16.32.11",user="a",passwd="root1123",port=3307,charset='utf8') cursor=db.cursor() sql="selec
相關文章
相關標籤/搜索