Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

After adding security authentication to Mongodb cluster, how to judge whether the authentication is successful or not

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

First connect to mongodb and connect to the database by using mongo's shell:

Change to the Mongodb directory

# cd / mongodb/bin

Enter the port to log in to Mongodb

#. / mongo-port=27017

# switch to admin user (you must switch to this user, otherwise you will not be able to do authentication and login normally):

Use admin

# use the auth command to connect (account,pwd)

Db.auth ("test", "1234")

# query cluster status

Rs.status ()

If you see that each cluster node is normal, the authentication is successful and the node status is normal.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report