I have the following script in python3.4 to insert data into a MySQL table:
import pymysql
connection = pymysql.connect(host='localhost',user='root',password='',db='bd',charset='utf8mb4',cursorclass=pymysql.cursors.DictCursor)
cur...
asked by
18.09.2018 / 04:59