Was this helpful?
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.
Last modified date: 03/21/2024