ejabberd:检查 Mnesia 表?

发布于 2024-09-12 03:24:46 字数 80 浏览 7 评论 0原文

我正在深入研究 ejabberd,但我找不到检查其 Mnesia 表的方法。

有没有类似 MySQL shell 的东西来检查表?

I'm digging into ejabberd but I can't find a way to inspect its Mnesia tables.

Is there something like the MySQL shell to inspect tables?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

剧终人散尽 2024-09-19 03:24:46

您可以使用模块 tv

它可以帮助检查 ets 表和 mnesia 表。您可以简单地在任何连接的节点上启动它(例如使用“ejabberdctl debug”),方法是:

 tv:start().

You may use the Table Visualizer, in module tv.

It can help examine ets tables and mnesia tables. You can simply start it on any connected node (e.g. with "ejabberdctl debug"), with:

 tv:start().
海螺姑娘 2024-09-19 03:24:46

只需转到安装 ejabberd 的文件夹。然后转到 bin 文件夹并键入命令 ./ejabberdctl dump_table file_name_in_which_table_will_be_dumped Table_Name。

该文件将在database/ejabberd@localhost/dump_table file_name_in_which_table_will_be_dumped中创建

Just go to folder where ejabberd is installed.Then go to bin folder and type command ./ejabberdctl dump_table file_name_in_which_table_will_be_dumped Table_Name.

This file will be created in database/ejabberd@localhost/dump_table file_name_in_which_table_will_be_dumped

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文