Create new database
To create a new database assure to have the rights to access to the remote server with the privilege "database.create". if you've not defined
any Server's users just use 'root'.
When prompted, provide the OrientDB Server's credentials: for example 'root' as user and the automatic generated password created under
the OrientDB installation directory, in the file "config/orient-server-config.xml".
By default new databases always have 3 users:
- "reader", with password "reader", can read standard records from database
- "writer", with password "writer", can create, read, update and delete records
- "admin", with password "admin", is God: can make anything against the database
. Remember to change default password right after tge database is created. For more information look at the Security page.
|