When I tried to indicate Mnesia schema directory with command: erl -mnesia dir "/home/myname/tmp/schemas", I got error while calling "mnesia:create_schema([node()|nodes()])" in erlang shell.<div><br></div>
<div>But if I start erlang shell with just a string as the schema directory name such as " erl -mnesa dir location", I could correctly create schema in erlang shell.</div><div><br></div><div>Seemingly Mnesia schema directory can not be indicated as a full path.</div>
<div><br></div><div><div>{erts, "5.8"},</div><div>{kernel,"2.14"},</div><div>{stdlib,"1.17"}.</div></div><div><br></div><div><br></div><div>Best regards,</div><div>Barco</div>