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 | 31 |
Tags
- Oracle
- yum
- install
- ubuntu
- MySQL
- 천단위
- SVN
- TextBox
- docker
- smarty
- Selectbox
- 확장자
- random
- 부모창
- mariadb
- php
- i18n
- 문자열자르기
- Eclipse
- 한글 깨짐
- TPL
- RabbitMQ
- Python
- centos
- Postfix
- 일괄변경
- jQuery
- JavaScript
- replace
Archives
- Today
- Total
목록ASCII (1)
wilson's story
terminal에서 DB접속, 패스워드 특수문자
mysql+pymysql://user:password@host:port/dbname 예) 패스워드에 @가 있을 다면 아스키코드(%40)로 변환해서 적용 mysql+pymysql://user:123@123@host:port/dbname mysql+pymysql://user:123%40123@host:port/dbname ASCII 코드 목록은 하단 참고 참고 : https://www.w3schools.com/tags/ref_urlencode.ASP HTML URL Encoding Reference W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popul..
Linux
2022. 11. 14. 15:40