I think i create mnesia well because I add record in one node and i can see it in same table in the other node. Does this prove it work?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You covered distribution – good job 😉
The missing part is persistence. Make sure that your schema and tables are on disc (not in memory) — of course only if it is desired.
Your friends are:
Usually it requires restart to apply changes.
You can consult mnesia:info() to see how your database looks like.