# Functions
LoadConfigFromEnv will attempt to load a MySQL object from environment variables.
# Constants
DefaultLocation is the default location for MySQL connections.
DefaultMySQLPort is the default port for MySQL connections.
# Variables
MaxIdleConns will be used to set a MySQL drivers MaxIdleConns value.
MaxOpenConns will be used to set a MySQL drivers MaxOpenConns value.