# Functions
New creates a MySQL database config object
environment vars: MYSQL_USERNAME - string representing the username to connect to the MySQL database MYSQL_PASSWORD - string representing the password to connect to the MySQL database MYSQL_HOSTNAME - string representing the hostname of the MySQL server MYSQL_PORT - int representing the port number of the MySQL server MYSQL_DATABASE - string representing the name of the MySQL database.