首页上一页 1 下一页尾页 1 条记录 1/1页
12.3.5操作MySQL数据表报错
发表在Python视频课程答疑
2021-01-21 悬赏:1 学分
是否精华
是
否
版块置顶:
是
否
db=pymysql.connect("localhost","root","root","studyPython")
Traceback (most recent call last):
File "<pyshell#16>", line 1, in <module>
db=pymysql.connect("localhost","root","root","studyPython")
TypeError: __init__() takes 1 positional argument but 5 were given