Skip to content

Instantly share code, notes, and snippets.

@BenjaminDurham
Last active September 27, 2016 19:57
Show Gist options
  • Save BenjaminDurham/4c6a51ddc581c3afb5e40a6c25a72373 to your computer and use it in GitHub Desktop.
Save BenjaminDurham/4c6a51ddc581c3afb5e40a6c25a72373 to your computer and use it in GitHub Desktop.
Solving MongoDB "Failed global initialization: UnknownError"
In the terminal/console:
ps aux | grep mongodb
Use the returned process number below:
sudo kill -9 <process number goes here>
Now you can restart MongoDB by entering mongod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment