What's the right way to connect to MYSQL using mysql-connector-python?

前端 未结 0 651
攒了一身酷
攒了一身酷 2021-01-23 06:05

According to tutorial this script for creating table should work:

import mysql.connector
import pdb

pdb.set_trace()
conn = mysql.connector.connect(user=\'kivy\',         


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