ejabberd - Comments for "Access to the table of Mnesia DataBase" https://www.ejabberd.im/node/733 en erl -setcookie https://www.ejabberd.im/node/733#comment-21483 <p>erl -setcookie SOMECOOKIEFROMREMOTESERVER -mnesia extra_db_nodes "['ejabberd@nodename']" -name ejabbercons@myfqdn -s mnesia</p> <p>&gt;tv:start().</p> Thu, 21 Jun 2007 06:36:41 +0000 Tarick comment 21483 at https://www.ejabberd.im You can try getting an https://www.ejabberd.im/node/733#comment-3940 <p>You can try getting an erlang shell from the local machine and using the command "tv:start()."</p> <p>You can also link multiple nodes to use this. tv:start() will only run on the local machine node, so if u must connect multiple nodes, and start mnesia locally to then run tv:start().</p> <p>Jeffrey R. | dS</p> Tue, 22 May 2007 14:56:20 +0000 dS_Jeffrey comment 3940 at https://www.ejabberd.im Presence table https://www.ejabberd.im/node/733#comment-1557 <p>I need acces to presence table in mnesia while ejabberd is running.<br /> Please how I do this?</p> Wed, 12 Apr 2006 15:37:32 +0000 ppcharli comment 1557 at https://www.ejabberd.im Using the 'mnesia' library https://www.ejabberd.im/node/733#comment-1524 <p>Using the 'mnesia' library in Erlang/OTP.</p> Sat, 01 Apr 2006 08:03:25 +0000 mfoss comment 1524 at https://www.ejabberd.im