「MongoDBをインストールする」の版間の差分
imported>Administrator |
imported>Administrator |
||
| 48行目: | 48行目: | ||
$ rm ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist | $ rm ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist | ||
上記はシンボリックリンクであり実態は以下にあるので再度自動起動にしたい場合はリンクを貼るとよい。バージョンが異なる場合は以下のパスも若干異なるので注意。 | 上記はシンボリックリンクであり実態は以下にあるので再度自動起動にしたい場合はリンクを貼るとよい。バージョンが異なる場合は以下のパスも若干異なるので注意。 | ||
$ ln -s /usr/local/Cellar/mongodb/3.4.6/homebrew.mxcl.mongodb.plist ~/Library/LaunchAgents/ | $ ln -s /usr/local/Cellar/mongodb/3.4.6/homebrew.mxcl.mongodb.plist ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist | ||
[[category: MongoDB]] | [[category: MongoDB]] | ||