使用下面的方法我試圖創建一個表, mnesia_init() ->
mnesia:create_schema([node()]),
case mnesia:start() of
ok ->
try
mnesia:table_info(type, bill_cdr_file_counter)
catch
exit:_ ->
我有一個ram_copies Mnesia的設置,我可以插入記錄,我可以在他們使用位於此處下面的代碼打印:How to read all the records of mnesia database in erlang? 開始記錄: -record(someRecord, {a=null, b=null}).
表: mnesia:create_table(someRecord,
[{
我需要從ejabberd遷移的Mnesia到MySQL。 我已經嘗試了很多來自ui的方法:從ui有一個節點。在節點的選擇,我將有很多選擇,其中一個選擇是備份。該網頁上有一種Export all tables as SQL queries to a file: host(0.0.0.0)一個選擇,我試圖把SQL備份,但文件是空 我也試過這些命令: ejabberdctl export2odbc lo