MySQL is the database system which will be used in this integration guide. To install MySQL Server, execute the following command in a terminal window.
|
›_ Console |
|---|
|
Once installation is done, open the MySQL command-line interface and connect as the root user.
|
›_ Console |
|---|
|
Once you logged in as the root user, now you can create the database for EJBCA. In this guide we named ejbca as our database name.
|
›_ Console |
|---|
|
Once previous step is done successfully, a user should be created for the database, and the specific access rights should be granted to the ejbca database. As with the database, we give the same name ejbca to the newly created user.
|
›_ Console |
|---|
|
This finishes the installation and configuration of the database system which is necessary for setting up an EJBCA.