Hi Erik,

If you want to connect to the database the correct syntax is:

connect <type of connection (plocal or remote)> database path username 
password

if you don't know which username choose let me help you:

1) admin admin --> This user has access to all functions on the database 
without limitation.
2) read read --> This user is a read-only user. The reader can query any 
records in the database, but can't modify or delete them. It has no access 
to internal information, such as the users and roles themselves.
3) writer writer --> This user is the same as the user reader, but it can 
also create, update and delete records.
4) you can create a new user and decide the limitations

The command to drop the database is correct but you have to be connected to 
the database

Hope it helps

Regards,
Michela

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to