Computer Science
Which function/method do you use for establishing connection to database ?
Python MySQL
3 Likes
Answer
The connect() function of mysql.connector is used for establishing connection to a MYSQL database.
Answered By
3 Likes
Which function/method do you use for establishing connection to database ?
3 Likes
The connect() function of mysql.connector is used for establishing connection to a MYSQL database.
Answered By
3 Likes