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
- mapreduce
- plugin
- Express
- JavaScript
- 보조정렬
- Kotlin
- SQL
- R
- SSL
- tomcat
- SPC
- Android
- vaadin
- table
- hadoop
- es6
- MSSQL
- window
- IntelliJ
- react
- mybatis
- GIT
- NPM
- Python
- 공정능력
- Eclipse
- xPlatform
- Sqoop
- Java
- Spring
Archives
- Today
- Total
DBILITY
node MongoDB connection URL special characters in the password string 본문
nodejs
node MongoDB connection URL special characters in the password string
DBILITY 2021. 12. 15. 13:43반응형
2023.04.18 현재 " URI must include hostname, domain name, and tld " 이런 오류가 나온다.
mongdb가입하고 free 500M을 사용하게 되었다.
정상적으로 절차를 끝내고 connection url로 접속을 하려하니 비번에 특수문자 안된다.
그냥 node에선 encodeURIComponent로 변환해서 사용하면 된다.
.env에 저장을 하면 곤란한데, 결국은 별도의 encrypt/decrpyt가 필요하군..ㅎㅎ검색!
반응형
'nodejs' 카테고리의 다른 글
node express server basic (0) | 2021.12.15 |
---|
Comments