This project demonstrates how to connect Python with MySQL and perform basic CRUD operations (Create, Read, Update, Delete) on a MySQL database.
- Insert data into the database
- Delete data from the database
- Update data in the database
- Display all data from the database
- Display a single record from the database
- Exit the program
- Python 3.x
- MySQL Server
- MySQL Connector/Python library
- Install Python from Python.org
- Install MySQL Server from MySQL Downloads
- Install MySQL Connector/Python library using pip: