Computer Science, asked by kumkumkamthan2003, 9 months ago

python program on database connectivity​

Answers

Answered by priyanshukumar10
8

Answer:

Please ask relevant question

Answered by Harddyharshvc
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