How to change the authentication configuration of mysql connector to python?

后端 未结 0 368
误落风尘
误落风尘 2020-11-22 16:06

I was trying to connect MySQL with python via the following code.

import mysql.connector
mydb = mysql.connector.connect(
  host="localhost",
  user=         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题