4. Understanding Usage Scenarios : How to Run the Benchmark : Create a Database
 
Share this page                  
Create a Database
Use the createdb command to create a database.
To create a database named "dbtest"
Issue the following command at the command line:
createdb dbtest
The database is created.