strDBType = "mysql"
strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MySQL
SERVER_NAME should either be a name or IP address of the MySQL Server
MYSQL_USER should be your username on the MySQL Server for your database
PASSWORD should be your password on the MySQL Server for your database
DATABASE_NAME should be the name of the Database on the MySQL Server (database needs to already be created)