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 |
Tags
- ExplicitData
- VScodeNotResponding
- wordembedding
- Visualization
- jsonl
- MatrixFactorization
- TensorflowDeveloperCertificate
- github2FA
- numpy.bool
- implicitData
- DIF_SR
- MySQL
- Colab
- sshtunnel
- decimal error
- gluonnlp
- iterrows
- session-basedRecommendation
- 텐서플로자격증
- BloombergMarketConcepts
- Python
- pandas
- str.replace
- json
- Convert
- vscode
- Cast
- 지도시각화
- LatentFactorModel
- jsonlines
Archives
- Today
- Total
목록pymysql (1)
garret

SQL connection method : Standard TCP/IP over SSH 일 때 python에서 DB 접속하는 방법. 아래 내용은 vscode의 jupyter 파일로 작업하였다 MySQL에서 standard TCP/IP over SSH로 connection 생성 MySQL에서 connection method를 Standard TCP/IP over SSH로 설정하고 파라미터 설정 후 연결 SSH 연결은 key 파일이 필요하므로 SSH key file을 꼭 첨부하자 pymysql, sshtunnel 라이브러리 설치 ! pip install pymysql ! pip install sshtunnel python에서 필요한 라이브러리 설치하기 라이브러리 호출 import pymysql import ..
Programming/Python
2023. 2. 15. 22:17