You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run OrientDB server on the local PC: bin/server.bat
run console: bin/console.bat
connect to remote server: orientdb> CONNECT remote:localhost root root
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/}>