반응형
250x250
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
- SQL
- chart.js
- or some instances in your deployment group are experiencing problems.
- VPN
- Spring
- Airflow
- 도커
- codedeploy error
- Kafka
- aws cicd
- IntelliJ
- node
- COALESCE
- redis
- PostgreSQL
- codepipeline
- codedeploy
- codebuild
- Python
- JavaScript
- kubeflow
- Spring Error
- AWS CI/CD 구축하기
- Jenkins
- aws
- java bigdecimal
- bootstrap
- Flux
- docker
- chartjs
Archives
- Today
- Total
목록파이썬 MySQL 연결 (1)
Small Asteroid Blog
(오류) (2003, "Can't connect to MySQL server on 'root' ([Errno 11001] getaddrinfo failed)")
(2003, "Can't connect to MySQL server on 'root' ([Errno 11001] getaddrinfo failed)") 루트 서버에 접속할 수 없다. 즉 db연결이 안됨 내가 작성한 코드 예시 user = 'root' password = '' host = '127.0.0.1' database = 'test' port = 3306 conn = pymysql.connect(user,password,host,database,port) cursor = conn.cursor() val_insert = df_pd.values.tolist() cursor.executemany("insert into tabname (no,company,title,date,link) values(%d,%..
백엔드/Python
2020. 9. 28. 10:04