ejabberd - Comments for "Ejabberd with Mysql : user accounts" https://www.ejabberd.im/node/4244 en Only some https://www.ejabberd.im/node/4244#comment-56722 <p>Only some tables go to the Mnesia, others to ODBC, depending on what modules you use.</p> Mon, 11 Oct 2010 10:26:21 +0000 mfoss comment 56722 at https://www.ejabberd.im Does ejabberd use Mnesia when using an external database? https://www.ejabberd.im/node/4244#comment-56712 <p>Excuse me for my newbie question. When you configure an external database like MySQL, does ejabberd still use Mnesia to store some data?. If yes, which data goes to Mnesia and which to MySQL?. Thanks in advance.<br /> Iván</p> Wed, 06 Oct 2010 19:55:11 +0000 Ivan Martinez comment 56712 at https://www.ejabberd.im failed because of conflicting entries https://www.ejabberd.im/node/4244#comment-56588 <p>HI Badlop,<br /> Thanks, it helped. I realised that while I had opted auth_method odbc initially,(global) I later used auth_method as "internal" in my host_config statement. By changing it to : odbc as below, it worked.</p> <p>{host_config, "localhost", [{auth_method, [odbc, anonymous]},</p> Fri, 03 Sep 2010 05:53:08 +0000 anil_singhal comment 56588 at https://www.ejabberd.im anil_singhal wrote: once the https://www.ejabberd.im/node/4244#comment-56582 <div class="quote-msg"> <div class="quote-author"><em>anil_singhal</em> wrote:</div> <p>once the auth_method is odbc - the user accounts should go into mysql database.</p></div> <p>Right, when you disable internal, and enable this:<br /> {auth_method, odbc}.<br /> The auth information (username, password) should be stored in the ODBC database that you have configured, not in the internal Mnesia.</p> <p>Maybe you have some conflicting options in your ejabberd.cfg If you find no clue, you can paste all your file here, or in <noindex><a href="http://paste.jabbim.cz/" title="http://paste.jabbim.cz/" rel="nofollow" >http://paste.jabbim.cz/</a></noindex></p> Thu, 02 Sep 2010 17:57:00 +0000 mfoss comment 56582 at https://www.ejabberd.im