About this task
During installation you are asked for the following information
in the
Database Configuration panel:
Database
Configuration
- Database Host: the host where MySQL is installed.
- Database Port: Build Forge puts the default port of 3306
in this field for MySQL. Be prepared to enter the port number if you
use a different port.
- Database Name: name of the database for Build Forge to
use. You created this database in a previous setup step.
- Database Username: user name for Build Forge to use when
accessing the database. You created this user in a previous setup
step.
- Password: password for the database user name.
Test the Database Configuration
The following information is displayed:
- Required driver JAR files - Displays the
required driver JAR files. For MySQL this is mysql-connector-java-5.*-bin.jar.
- Required JDBC driver class - Displays the
required JDBC driver class. For MySQL this is com.mysql.jdbc.Driver.