import mysql.connector 配置数据库连接参数 config = { 'user': 'your_username', # 替换为你的数据库用户名 'password': 'your_password', # 替换为你的数据库密码 'host': 'your_host', # 替……