Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-05-2019 11:36 AM
I am trying to run the instruction shown below on my computer running Ubuntu 18.04:
I input the following command inside the folder containing mobieDB.cypher:
cypher-shell -u neo4j -p a-password < movieDB.cypher
The terminal pauses and then give blank output. I look in /var/lib/neo4j/data/databases and the only db in there is graph.db. Running the command in step 11 returns no nodes as well.
Is anyone else running into this issue? What should I do to load the DB?
06-05-2019 12:17 PM
Hello ,
Can log into cypher-shell without providing the movieDB.cypher ?
That is:
cypher-shell -u neo4j -p password
where password is whatever password you set for the database?
Elaine
06-05-2019 01:04 PM
Yes, I can log in successfully.
MATCH (p:Person) WHERE p.name='Tom Cruise' RETURN p.name, p.born;
After logging in, this returns 0 rows.
06-06-2019 03:31 AM
Does the moviedb.cypher file have Cypher statements in it? Is it possible that the download did not complete properly?
Elaine
06-06-2019 10:14 AM
It did not. Turns out my first statement piped output of cypher-shell INTO mobieDB.cypher (had > instead of <) so it was filled with printed data instead of cypher statements...duh.
06-06-2019 10:58 AM
Good news!
Good luck with the rest of the course. It is a bit challenging.
Elaine
All the sessions of the conference are now available online