Python中MySQL连接的默认密码

o8x7eapl  于 2023-05-16  发布在  Mysql
关注(0)|答案(1)|浏览(136)

我用pip install mysql-connector-python安装了MySQL。
但是在Python中连接时,我不知道该使用什么密码。
mysqldb=mysql.connector.connect(host=“localhost”,user="",password="",database=””)

相关问题