neo4j终端操作

1】进入容器

bash 复制代码
(base) xiaokkk@xiaokkkdeMacBook-Pro ~ % docker exec -it 77ed5fe2b52e  /bin/bash

2】启动、停止neo4j

bash 复制代码
root@77ed5fe2b52e:/var/lib/neo4j/bin# ./neo4j start
Neo4j is already running (pid:7).
Run with '--verbose' for a more detailed error message.


root@77ed5fe2b52e:/var/lib/neo4j/bin# ./neo4j stop 
Stopping Neo4j.......%  

3】启动cypher-shell

bash 复制代码
root@77ed5fe2b52e:/var/lib/neo4j/bin# ./cypher-shell

查询需要加分号

4】退出ypher-shell

输入'Ctrl+D'或者':exit' 都可行,而exit无效;

相关推荐
serve the people1 天前
tensorflow 零基础吃透:TensorFlow 稀疏张量(SparseTensor)的核心用法
人工智能·tensorflow·neo4j
serve the people1 天前
tensorflow 零基础吃透:RaggedTensor 的不规则形状与广播机制
人工智能·tensorflow·neo4j
serve the people1 天前
tensorflow 零基础吃透:RaggedTensor 的底层编码原理
人工智能·tensorflow·neo4j
MasonYyp2 天前
简单使用FalkorDB和Neo4j图数据库
数据库·neo4j
黑客思维者4 天前
XGW-9000系列高端新能源电站边缘网关技术可行性分析报告V2
neo4j
serve the people4 天前
tensorflow 零基础吃透:RaggedTensor 的索引与切片(规则 + 示例 + 限制)
人工智能·tensorflow·neo4j
serve the people4 天前
tensorflow 零基础吃透:RaggedTensor 与其他张量类型的转换
人工智能·tensorflow·neo4j
serve the people4 天前
tensorflow 零基础吃透:tf.function 与 RaggedTensor 的结合使用
人工智能·tensorflow·neo4j
serve the people4 天前
tensorflow 零基础吃透:SavedModel 与 RaggedTensor 的结合使用
人工智能·tensorflow·neo4j
serve the people4 天前
tensorflow 零基础吃透:RaggedTensor 的重载运算符
人工智能·tensorflow·neo4j