Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f3bb863

Browse files
Update README.md
1 parent 5b01582 commit f3bb863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Interface-Python-With-MySQL
22
This repository contains some codes of MySQL Connectivity with python.
3+
In this Repository there are several Python snippets that connect the MySQL database with the Python scripts. When we design real-life applications , we are bound to encounter situations wherein we need to manipulate data stored in a database through an application designed by us . In order to connect to a database from within Python , we need a library that provides connectivity functionality. There are many different libraries available for Python to accomplish this but in this repository I've used mysql connector library for the same.By connecting our Python script with the MySQL database we can execute many MySQL queries through our Python environment without launching the MySQL application for the same. It just creates a remote connection with the database by creating a connection object so that we can create , alter , manipulate with the records stored in a table and also we can access the databases and the tables stored in them and we can also extract the data to the result-set through which we can fetch the MySQL data to the output screen also.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /