+1 vote
in NoSQL by
You need to execute a command for MongoDB that does NOT load values from the .mongorc.js file. What do you do ?

a. Delete the .monorc.js file and restart mongo shell.

b. Use the mongo shell to create a command with --norc option

c. Rem all lines in the .mongorc.js file ad restart mongo shell.

d. Use the mongo shell to create a command with --nodedefault option.

1 Answer

0 votes
by

You need to execute a command for MongoDB that does NOT load values from the .mongorc.js file. What do you do ?

Answer:-  Use the mongo shell to create a command with --nodedefault option.

Related questions

+2 votes
asked Aug 15, 2022 in NoSQL by AdilsonLima
+2 votes
asked Aug 15, 2022 in NoSQL by AdilsonLima
...