Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想对 mongohq 数据库中的所有用户密码进行加密。有没有一种方法可以在数据库端执行此更新以进行大规模更新,而不是从某个应用程序连接到数据库并逐个运行更新?
您必须单独更新每个用户/用户 - 这是保证一致性的唯一方法。