Data Management in Python: Build a Login System for your App

Use MySQL to create a database table.
Utilize the MySQL driver to connect a Python application to a database.
Demonstrate the ability to insert and query data from a MySQL database using Python.