Is it possible to give a mongodb user access to multiple databases using some kind of regular expression? for example in MySql I can use
grant all on `example\_%`.* to `example`@`localhost`;
No one has answered this question yet.
See related questions: