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