InterviewSolution
Saved Bookmarks
| 1. |
What Can You Delete Databases In Neo4j? |
|
Answer» If you want to delete/remove entire GRAPH directory you can USE command rm -rf data/*as such NEO4J is not storing ANYTHING outside that. If you want to delete/remove entire graph directory you can use command rm -rf data/*as such Neo4j is not storing anything outside that. |
|