摘要: import pandas as pdimport pymysqlfrom sqlalchemy import create_engine#engine = create_engine("mysql+pymysql://user:password@host:... 阅读全文
posted @ 2018-06-19 22:36 luoganttcc 阅读(558) 评论(0) 推荐(0) 编辑
摘要: import pymysql.cursors#连接配置信息config = {'host':'127.0.0.1','port':3306,'user':'root','password':'08300734','db':'db','charset':'ut... 阅读全文
posted @ 2018-06-19 22:27 luoganttcc 阅读(228) 评论(0) 推荐(0) 编辑