Hi,
May I know anyone successfully setup ejabberd clustering , using MySQL as database. So far I found all the document is about buit-in Mnesia database, not MySQL. I would like to know how to configure this ?
Thanks
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi,
May I know anyone successfully setup ejabberd clustering , using MySQL as database. So far I found all the document is about buit-in Mnesia database, not MySQL. I would like to know how to configure this ?
Thanks
Cooperation
Hi, harrytran.sevtor9@yandex.ru . Contact me please.
I have the same task. I'm working about running ejabberd cluster with mysql support. As we doing the same we can make it together. My email is
Regards,
sevmax
Configure Mnesia clustering. Set similar MySQL in ejabberd.cfg
using MySQL as database.
So you have setup ejabberd to use MySQL for authentication, mod_roster_odbc, mod_offline_odbc, ...
This means ejabberd uses Mnesia for storing some information, and uses MySQL for storing authentication, rosters, offline messages, ...
I would like to know how to configure this?
Follow the guide to setup Mnesia clustering, to allow some tables to be replicated. And configure ejabberd.cfg in the nodes to query the same MySQL machine, database, etc.