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
- MSSQL
- Python
- JavaScript
- tomcat
- 보조정렬
- mapreduce
- SSL
- Eclipse
- SQL
- es6
- table
- Express
- 공정능력
- hadoop
- SPC
- xPlatform
- IntelliJ
- react
- NPM
- GIT
- Java
- Sqoop
- vaadin
- mybatis
- R
- plugin
- Kotlin
- Android
- window
- 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