import mysql.connector # 创建连接 cnx = mysql.connector.connect( host='your_host', port=3306, user='your_user',...