Error when connecting to MySQL database using mysql.connector

后端 未结 0 955
离开以前
离开以前 2021-02-12 13:33

I am trying to connect to a MySQL database using mysql.connector:

import mysql.connector

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


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