ejabberd 16.06 + mysql 5.5.50, message history is not saved

孤街醉人 提交于 2019-12-02 13:01:00

Upgrading your mysql to version 5.6+ should solve your problem.

ejabberd make use of FULLTEXT indexes with InnoDB. Thus, you need MySQL 5.6 or greater to use with ejabberd.

Note: If you do not store message archive in database however, you can try using older 5.5 version. You may need to adapt MySQL database schema to cope with those older MySQL versions.

MySQL version 5.6.4 or higher is recommended if you want to store message history.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!