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无效;

相关推荐
m_136872 天前
Mac Intel 芯片 Docker 一键部署 Neo4j 最新版本教程
macos·docker·neo4j
我是海飞5 天前
TensorFlow的Yes/No 关键词识别模型训练
人工智能·python·tensorflow·语音识别·neo4j
学习中的程序媛~9 天前
图数据库neo4j的安装
数据库·neo4j
耳东哇14 天前
在使用spring ai进行llm处理的rag的时候,选择milvus还是neo4j呢?
人工智能·neo4j·milvus
预判你的代码18 天前
Docker 快速下载Neo4j 方法记录
docker·容器·neo4j
tangjunjun-owen1 个月前
Docker部署 Neo4j 及集成 APOC 插件:安装与配置完整指南(docker-compose)
docker·容器·docker-compose·neo4j·apoc
stray小书童1 个月前
neo4j数据库实战
数据库·neo4j
阿明 -李明1 个月前
鲲鹏arm服务器安装neo4j社区版,实现图书库自然语言检索基础
服务器·ubuntu·neo4j
编程研究坊1 个月前
Neo4j APOC插件安装教程
数据库·人工智能·python·neo4j
GawynKing1 个月前
Neo4j 社区版 Mac 安装教程
macos·neo4j