pymysql 不连接到mysql server 指定 db

【pymysql 不连接到mysql server 指定 db】不写 database 参数就好了

import pymysql.cursors# Connect to the database connection = pymysql.connect(host='192.168.31.xxx', user='root', password='xxx', )

    推荐阅读