I want to use some of the tools on MongoDB tools (for example mongoexport, mongodump). I downloaded MongoDB tools from their download page which gave me a zip file. I unzipped it, but it was not clear how to install the tools. So I just copied the Unix executables to usr/local/bin. But then when I try to use them in terminal, Apple gives me the warning:
Is there some way to install the binary files so that Apple security doesn't prompt for this every time?
1.you can go to this page (https://www.mongodb.com/docs/database-tools/installation/installation-macos/) and use brew install mongo-tools
2.if you aplication need executable file, you can make soft link.