You need to create a file called mysql.json in the folder shadow with the format:
{
"host": "classmysql.engr.oregonstate.edu",
"port": 3306,
"user": "<username>",
"password": <password>",
"database": "<database>",
"connectionLimit": 99,
"multipleStatements": true
}