Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,ejabberd 使用 Mnesia,但也支持 odbc 数据库。那么,我可以为 ejabberd 使用 XAMPP MySQL 数据库吗?
是的,在大多数情况下,您使用 mysql 而不是 mnesia。要使用 mysql,请重新配置 ejabberd.cfg 中的模块部分并配置 mysql 部分。
Ejabberd 是非常模块化的系统,因此组件是独立的(会话、名册、muc 等)。如果有某些 mod 的 odbc 版本,您可以轻松切换到 odbc。如果没有,您可以实施它。
但是,总而言之,我不推荐可能导致安全问题的 xampp。只需安装 vanilla mysql 并使用它。