Hello,

im trying to write sql scripts to create a database and fill in some samle 
data:

create database plocal:D:/orientdb/databases/myDB admin admin plocal;

create class foo extends V;
create property foo.m_id string;
create index on foo (m_id) FULLTEXT_HASH_INDEX;

And just get the error:

Unrecognized command: 'create database 
plocal:D:/Freebase/orientdb/databases/freebaseDB admin admin plocal'

when running:

console.bat create.sql 

in my orientdb/bin folder.

Refering to this post: 
Console-Command-Create-Db<https://github.com/orientechnologies/orientdb/wiki/Console-Command-Create-Db>
 the 
command should be ok.

-- 

--- 
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