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