Hi all, I'm trying to restore a backup, and I'm failing miserably. So, I'd decided to remove my database, and recreate it. Now I'm failing even more :-)
What I'm doing, is this: orientdb> create database plocal:../databases/demo/demo > Creating database [plocal:../databases/demo/demo] using the storage type > [plocal]... > Database created successfully. > Current database is: plocal:../databases/demo/demo Nice, this created a new database, and it's connected. Now, I exit the database, and I want to connect to it again: ./console.sh connect plocal:../databases/demo/demo > Unrecognized command: 'connect plocal:../databases/demo/demo' Hmm. Ah, the username is mandatory....but what username??? I have no idea. So, I decided to drop the database again, and recreate it. drop database plocal:../databases/demo/demo Hmm, also incorrect? I'm stuck. If anyone can explain to me how it should work, please let me know! Thanks, Erik -- --- 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.
