Question on how to configure ejabberd clusering with MySQL

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.
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 sevtor9@yandex.ru. Contact me please.

Regards,
sevmax

Configure Mnesia clustering. Set similar MySQL in ejabberd.cfg

harrytran wrote:

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, ...

harrytran wrote:

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.

Syndicate content