摘要: import mysql.connector 在命令行里运行python脚本,显示没有mysql.connector cnx = mysql.connector(user =' ', password=' ',host =' ', database =' ') cnx.close() cursor 阅读全文
posted @ 2016-04-05 15:27 白天黑夜每日c 阅读(164) 评论(0) 推荐(0) 编辑