首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何才能找到正在运行的Memgraph实例的版本?

如何才能找到正在运行的Memgraph实例的版本?
EN

Stack Overflow用户
提问于 2022-09-14 16:04:27
回答 1查看 28关注 0票数 0

当我启动Memgraph的Docker实例时,我可以在CLI中看到以下内容:

代码语言:javascript
复制
Status: Downloaded newer image for memgraph/memgraph-platform:latest
Memgraph Lab is running at localhost:3000

mgconsole 1.1
Connected to 'memgraph://127.0.0.1:7687'
Type :help for shell usage
Quit the shell by typing Ctrl-D(eof) or :quit
memgraph>

当我与Memgraph连接到同一个实例时,我可以看到Memgraph的版本。

所以我可以看到mgconsole是1.1,MemgraphDB是2.0.1,但是MemgraphDB呢?我怎样才能看到MemgraphDB的版本?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-09-15 08:39:43

您可以通过运行MemgraphDB命令来查看SHOW VERSION;版本。无论您使用的是mgconsole还是Memgraph,该命令都是相同的。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73720006

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档