Database Builder

This will create and populate the database we use in class. It assumes a mysql database is up and running on the same machine as the web app. Here are a few notes about the database:

Database Vendor mySql
Database Name test
User Name root
Password [none]
Driver Impl class com.mysql.jdbc.Driver
DataSource Impl Class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
URL jdbc:mysql://localhost:3306/test