Python Tutorials: Database operations using python – mysql

Step 1 – Install MYSQL Server

  • https://www.devopsschool.com/blog/how-to-download-and-install-mysql-in-macos-10/
  • https://www.devopsschool.com/tutorial/mysql/how-to-install-mysql-on-centos-7.html

Step 2 – Install python mysql connector using PIP3

$ sudo pip3 install mysql-connector-python

Step 3 – Using Python – Check a mysql Connection

Step 4 – Using Python – Create a database

Step 5 – Using Python – Create a Table

Step 6 – Using Python – Insert Row Ops

Step 7 – Using Python – Read Row Ops

Step 8 – Using Python – Update Row Ops

Step 9 – Using Python – Delete Row Ops

Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x