• from pymysql import connect def main 创建connection连接 conn connect host localhost port 3306 user root password 123456 data