Example output
import mysql.connector
from mysql.connector import Error
def main_menu():
print("Please choose an option:")
print("1. Connect to a MySQL database")
print("2. List all tables in the database")
print("3. List all columns in a table")
print("4. Search the database for a keyword or phrase")
print("5. Exit")