Hey Michael, after I use my old graph db(my.graphdb), why I can't see my graph that I already made before? when I run "match n return n", it displays nothing.
do you know why? thank you. On Wednesday, December 11, 2013 5:08:20 PM UTC+7, Rio Eduardo wrote: > > Thanks Johannes Mockenhaupt, it works. > > On Wednesday, December 11, 2013 3:21:18 PM UTC+7, Johannes Mockenhaupt > wrote: >> >> On 12/11/2013 07:51 AM, Rio Eduardo wrote: >> [...] >> > but when I try to run the neo4j with this command -> sh ./neo4j, it >> > doesn't work. It displays errors. >> > >> > |./neo4j: 35: ./neo4j: function: not found >> > ./neo4j: 1: ./neo4j: dirs: not found >> > ./neo4j: 55: ./neo4j: Syntax error: "}" unexpected >> > | >> >> In Ubuntu, /bin/sh is a symlink to dash, not bash. The neo4j script >> requires bash. Run without the leading 'sh', just do './neo4j' and the >> script will be run via bash. >> >> -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
