250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- docker
- webhook
- TypeScript
- AWS EC2
- nodejs
- js
- Java
- Github Actions
- Jenkins
- MongoDB
- deploy
- macbook
- linux
- 500
- MUI
- Troubleshooting
- EC2
- springboot
- error
- Spring
- python
- React
- github
- axios
- Express
- ngrok
- AWS
- fastapi
- javascript
- RDS
Archives
- Today
- Total
BEAT A SHOTGUN
[TROUBLESHOOTING] MongoDB Cluster Database 등록 에러 본문
728x90
반응형
SMALL
mongodb user is not allowed to do action [createCollection] on [pracdb.users]
mongoDb 에서 Db 를 만들려고 할 때
Db name 과 Collection name 을 입력하고 Create Database
를 누르면
권한이 없다고 나온다.
solution ✅
MongoDB
페이지에서Database Access
Database User Privileges
에서 Built-in Role 에 아무런 설정이 안되어 있을거다.Atlas admin
이나 주고싶은 권한에 맞는Role
을 선택해준다.ㅍ
728x90
반응형
LIST
'TROUBLESHOOTING' 카테고리의 다른 글
Comments