MongoDB Frequently Used Commands
uyarı
Direct intervention to data in production environments is never recommended. Before any operation or change to be made in production environments, the relevant steps must be tested in the test environment and a current backup of the system must be taken.
Connecting to MongoDB
mongosh mongodb://localhost:25080 --authenticationDatabase "admin" -u "apinizer" -p
For All Operations After Connection
You should switch to the correct database and work here:
use apinizerdb