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
- mariadb
- jQuery
- Selectbox
- yum
- SVN
- 부모창
- 일괄변경
- 문자열자르기
- TPL
- MySQL
- docker
- 확장자
- php
- smarty
- Oracle
- TextBox
- JavaScript
- i18n
- Postfix
- replace
- Eclipse
- 천단위
- 한글 깨짐
- ubuntu
- centos
- RabbitMQ
- random
- Python
- install
Archives
- Today
- Total
목록패스워드 (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