Home > Installation and Configuration > OOMEGA Server > Database Creation
Before you can run OOMEGA Server it is necessary to create a concrete database. OOMEGA Server’s configuration is prepared to use the database "demo", which we are going to create now. Again, this is shown for Versant Object Database as well as for MySQL.
Versant Object Database
Please start Versant’s Administration Console. Then accomplish the following steps:
- Choose "File / Create Database..." in the top menu of Versant’s Administration Console.

- Switch to the tab "Name" of the Database Creator Wizard and enter the database name "demo". Then click "Finish".

- Click "Yes" to confirm the database creation.

- Click "OK" to close the note that the database was created successfully.

- Click "No" as you do not want to create another database.

Congratulations. The database "demo" has been created successfully. You should see the following in the Administration Console.

MySQL
Please start MySQL Administrator. Then accomplish the following steps:
- Click "OK" to connect to the MySQL Server Instance on "localhost" with the "root" user.

- Click on the entry "Catalogs". Then open the context menu in the "Schemata" area and select the menu entry "Create New Schema".

- Type in the schema name "demo" and click "OK".

Congratulations. The database "demo" has been created successfully. You should see the following in the Administrator window.

Next chapter: Configuration and Start