>
Hi I created two mnesia nodes(and
) and they can replicate very well. I want to add a new node on server3(
) and make it to replicate all data from
or
, how can I do it? I used mnesia:create_schema([
]) and mnesia:add_table_copy(Tab,
, Type), but it didn't work. Thanks. tony