当我启动Memgraph的Docker实例时,我可以在CLI中看到以下内容:
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的版本?
发布于 2022-09-15 08:39:43
您可以通过运行MemgraphDB命令来查看SHOW VERSION;版本。无论您使用的是mgconsole还是Memgraph,该命令都是相同的。
https://stackoverflow.com/questions/73720006
复制相似问题