孟婵的博客'__main__': ######## MYSQL db = MySQLdb.connect(host="localhost",user="root",passwd="",db="mysql") cursor = db.cursor() cursor.execute("select email_address,email_sub,email_count from python....
zhpugongying的博客在执行这段语句是出现了下面的错误,弄了一晚上没解决,哪位大神帮忙看下con=MySQLdb.connect(host="127.0.0.1",port=3306,user="root",passwd="root",db="mysql")cur=con.cursor()for line in new_insert:rank,...