Configure the DB2 databases manually
We configure the DB2 databases manually by creating the databases, creating the database tables, and then configuring the relevant application server to use this database setup.
- Create the databases
- Create the tables in the databases
At this stage, we can choose to provide a database user with limited privileges to better secure access to the Application Server database during runtime operations.
See
- Set up the DB2 databases manually
- Configure Liberty profile for DB2 manually
- Configure WebSphere Application Server for DB2 manually
- Configure Apache Tomcat for DB2 manually
Parent topic: Create the databases manually