I am a new user of OrientDB. I tried to use OrientDB Console to create a new database. The steps I followed are from OrientDB official site: http://orientdb.com/docs/last/Console-Command-Create-Database.html. But I got errors.
1) run OrientDB server on the local PC: bin/server.bat
2) run console: bin/console.bat
3) connect to remote server:
orientdb> CONNECT remote:localhost root root
4) create a new database and then comes the error:
orientdb {server=remote:localhost/}> CREATE DATABASE REMOTE:localhost/myremotetestdb root root PLOCAL
Creating database [REMOTE:localhost/myremotetestdb] using the storage type
[plocal]...
Error: java.lang.IllegalArgumentException: Storage type 'plocal' is
different by storage type in URL
orientdb {server=remote:localhost/}>