共计 134 个字符,预计需要花费 1 分钟才能阅读完成。
不写 database 参数就好了
import pymysql.cursors
# Connect to the database
connection = pymysql.connect(host='192.168.31.xxx',
user='root',
password='xxx',
)
正文完