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)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024