Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mnesiaコマンドラインで "dir" パラメータを渡さずに作業ディレクトリを指定するにはどうすればよいですか?
mnesia
つまり、 mnesia:start() を呼び出す直前に mnesia の「作業ディレクトリ」を指定できますか?
application:set_env(mnesia, dir, Dir).