Showing
1 changed file
with
1 additions
and
0 deletions
1 | # DB 함수 사용법 | 1 | # DB 함수 사용법 |
2 | ## 사전설정 | 2 | ## 사전설정 |
3 | - pymysql 패키지가 있어야 합니다. | 3 | - pymysql 패키지가 있어야 합니다. |
4 | + | ||
4 | > pip install pymysql | 5 | > pip install pymysql |
5 | - 보안상 user_info에서 DB id, password를 가져옵니다. | 6 | - 보안상 user_info에서 DB id, password를 가져옵니다. |
6 | - user_info.py에서 DB id, password를 설정하고 사용해주세요. | 7 | - user_info.py에서 DB id, password를 설정하고 사용해주세요. | ... | ... |
-
Please register or login to post a comment