在 WSL 上安装后 memgraph 服务未启动
memgraph service not started after installation on WSL
在 Linux 的 windows 子系统上安装 memgraph 的 debian 包之后。 memgraph 没有自动启动。
为 memgraph 安装 debian 软件包。 chattr like
会显示一些错误
chattr: Inappropriate ioctl for device while reading flags on /usr/share/memgraph/examples/Europe/snapshots.
之后 memgraph 没有启动。 运行 systemctl start memgraph
给出
error Failed to connect to bus: No such file or directory.
这是预期的,因为 WSL 不支持 systemd。
那么,如何在 WSL 中启动 memgraph shell。
默认情况下,WSL 上没有 systemd
,这意味着 Memgraph 不会自动 运行。
尝试通过执行以下 shell 命令手动 运行 Memgraph:
/usr/lib/memgraph/memgraph
具体路径要看你用的Linux
locate memgraph
可能会帮助您找到正确的道路。
在 Linux 的 windows 子系统上安装 memgraph 的 debian 包之后。 memgraph 没有自动启动。
为 memgraph 安装 debian 软件包。 chattr like
会显示一些错误chattr: Inappropriate ioctl for device while reading flags on /usr/share/memgraph/examples/Europe/snapshots.
之后 memgraph 没有启动。 运行 systemctl start memgraph
给出
error Failed to connect to bus: No such file or directory.
这是预期的,因为 WSL 不支持 systemd。
那么,如何在 WSL 中启动 memgraph shell。
默认情况下,WSL 上没有 systemd
,这意味着 Memgraph 不会自动 运行。
尝试通过执行以下 shell 命令手动 运行 Memgraph:
/usr/lib/memgraph/memgraph
具体路径要看你用的Linux
locate memgraph
可能会帮助您找到正确的道路。