中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

python怎么將數據保存到mysql

小新
256
2021-03-22 13:28:52
欄目: 云計算

python怎么將數據保存到mysql

python將數據保存到mysql的示例代碼:

import MySQLdb

# connect MySQL

conn = MySQLdb.connect(

host= ,

user= ,

passwd= ,

db= ,

port= ,

charset='utf8')

cursor = conn.cursor()

filter_merge_len = len(filter_merge_data)

for x in range(filter_merge_len):

try:

cursor.execute(

"insert into database_name.table_name(date,monitor_item, host_ip, cluster\

, software, alarm_hit) values('%s','%s','%s','%s','%s','%d')" %

(yest_date, filter_merge_data.iloc[:, 0][x],

filter_merge_data.iloc[:, 1][x],

filter_merge_data.iloc[:, 2][x],

filter_merge_data.iloc[:, 3][x],

filter_merge_data.iloc[:, 4][x]))

# 提交到數據庫執行

conn.commit()

except Exception as e:

print 'Insert Failed'

# close

conn.commit()

cursor.close()

conn.close()


0
阜城县| 呼玛县| 玛曲县| 平谷区| 安塞县| 林甸县| 耒阳市| 渝中区| 桃江县| 昌图县| 历史| 京山县| 宣化县| 温州市| 宜春市| 莲花县| 巴彦淖尔市| 乡宁县| 垫江县| 宜兰县| 瑞昌市| 乌拉特后旗| 武宣县| 格尔木市| 突泉县| 锡林郭勒盟| 泉州市| 岳阳市| 怀宁县| 株洲市| 厦门市| 布尔津县| 旅游| 五华县| 三江| 廉江市| 寿阳县| 深水埗区| 湖南省| 中超| 枣阳市|