Hi OrientDB team,

Heard about OrientDB recently and giving a try now. Looks quite promising, 
but documentation is somewhat confusing at many places.

Followed this 
wiki 
https://github.com/orientechnologies/orientdb/wiki/Console-Command-Create-Db 
But its not sync with the command line help printed from 'create database' 
console.

For eg: wiki says "*db-type* Optional, is the database type between "*document" 
(the default)* and "graph"
But help says "db-type        The type of the database used between 
'document' and 'graph'. *By default is graph.*"

Also docs around user/password is confusing. For eg :"*user* with local 
database is the database's user name," What is database user name? also no 
mention about new storage engine plocal.

Anyway, after trial and error, I managed to create db with following 
command:

orientdb> create database plocal:../databases/sampledb admin admin plocal


But I also could create DB with random username/password as well (like below)


orientdb> create database plocal:../databases/sampledb abcd randompwd plocal

Creating database [plocal:../databases/sampledb] using the storage type 
[plocal]...*Database created successfully.*

Current database is: plocal:../databases/sampledb


Couple of questions:

1) Why its not throwing error when using random user/pwd? Couldn't connect 
to this DB with abcd/randompwd of-course. 
2) How can I connect to this DB (given if its created successfully)?
3) How can I change admin username and password? 

Thanks for the great product.

Cheers!
Aym

-- 

--- 
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/groups/opt_out.

Reply via email to