MySQL Connection Code

Business Database

To connect to the business database, using the following code, exactly as written:

connection = pymysql.connect(
host = "dsc140.cmgtlybtlnmh.us-east-2.rds.amazonaws.com",
user = "guest",
password = "UMUdsc140",
db="classicmodels")