python-sql Questions
6
Solved
I'm trying to connect my database to a python project using the MySQL connector.
However, when using the code below,
import mysql.connector
mydb = mysql.connector.MySQLConnection(
host="loca...
Woermer asked 5/8, 2022 at 2:25
1
© 2022 - 2024 — McMap. All rights reserved.