Advertisement
Guest User

Untitled

a guest
Jan 25th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. [matei@matei-oldLaptop neo]$ bin/cypher-shell
  2. username: neo4j
  3. password: ******
  4. Connected to Neo4j 3.5.1 at bolt://localhost:7687 as user neo4j.
  5. Type :help for a list of available commands or :exit to exit the shell.
  6. Note that Cypher queries must end with a semicolon.
  7. neo4j> :help
  8.  
  9. Available commands:
  10. :begin Open a transaction
  11. :commit Commit the currently open transaction
  12. :exit Exit the logger
  13. :help Show this help message
  14. :history Print a list of the last commands executed
  15. :param Set the value of a query parameter
  16. :params Prints all currently set query parameters and their values
  17. :rollback Rollback the currently open transaction
  18.  
  19. For help on a specific command type:
  20. :help command
  21.  
  22.  
  23. For help on cypher please visit:
  24. https://neo4j.com/docs/developer-manual/current/cypher/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement