Theme park data base with python cli Command to generate database : sudo mysql -h 127.0.0.1 -u root --port=5005 -p < theme_parkdb.sql Instructions to run: Generate the theme_parkdb database and start the mysql server Run project.py