python program on database connectivity
Answers
Answered by
8
Answer:
Please ask relevant question
Answered by
2
Answer:
Steps to connect MySQL database in Python using MySQL Connector Python
Install MySQL Connector Python using pip.
Use the mysql. ...
Use the connection object returned by a connect() method to create a cursor object to perform Database Operations.
The cursor. ...
Close the Cursor object using a cursor.
Similar questions