Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 506 Bytes

MySQL Project

Overview

This repository contains a MySQL project that demonstrates the use of databases and SQL commands using Python. The data used in this project includes a dump of w3schools databases.

Features

  • CSV to MySQL data import
  • SQL database dump included
  • Sample Python scripts for querying the database

Prerequisites

  • Python 3.x
  • MySQL Server
  • MySQL Connector for Python

Setup

  1. Clone the repository:
    git clone https://github.com/IamPritamPaul/MySQL.git