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
Latest posts by Rajesh Kumar (see all)
- How to Choose Wireless Access Points for Office - December 13, 2024
- Online Real Estate Courses: Navigating the Shift to Digital Education - December 13, 2024
- From Concept to Implementation: IoT Services Redefining Modern Solutions - December 13, 2024