Skip to content

dailylog

[Python] Transfer

2023년 02월 22일 by issue

최종 장치에서 로컬 포트 ​​포워딩:

ssh -N -v username@hostname -L3306:127.0.0.1:3306

SQL 화학 연결:

from sqlalchemy import create_engine

engine = create_engine("mysql+pymysql://user:[email protected]:3306/dbname?charset=utf8"

df.to_sql(con=engine, name="dest_table", if_exists="replace")


https://unsplash.com/photos/ieic5Tq8YMk

Categories 미분류
파슬리 효능 10가지
두피염 모낭염 두피염증 여드름 모낭염

최신 글

  • 2020년 초 입영 신청, 그때 그 시절의 기억을 되새기다!
  • 충전 치료란, 치과에서의 비밀을 알아보자!
  • 소송 변호인으로 만나는 위헌 법률 신청 제청의 모든 것
  • 신용 카드 한도: 당신이 알아야 할 모든 것
  • 삼성생명 사랑 방문 서비스 신청, 나만의 맞춤형 보험 컨설팅 받기
© 2026 dailylog • Built with GeneratePress