목록파이썬 DB (2)
겉바속촉
안녕하세요 겉바속촉입니다 !^^! !!파이썬 시작하기!! 참고할 내용들 1. mysql 설치 2021/01/11 - [IT 일기 (상반기)/DOCKER] - [DOCKER] MySQL 설치 2. mysql 비밀번호 변경 2021/01/11 - [IT 일기 (상반기)/DOCKER] - [DOCKER] MySQL 비밀번호 변경하기 3. sqlite 연동방법 2021/01/12 - [IT 일기 (상반기)/PYTHON] - [PYTHON] 파이썬_SQLite 연동하기 파이썬에서 MySQL 연동 방법 1. 다음과 같이 설치해주세요 C:\python>pip install PyMySQL Defaulting to user installation because normal site-packages is not write..
안녕하세요 겉바속촉입니다 !^^! !!파이썬 시작하기!! 파이썬에서 DB 연동 방법 방법1. SQLite 설치 https://www.sqlite.org/download.html SQLite Download Page Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled bi www.sqlite.org 방법2. 파..