config

    3.Flask Database 연결 + Config 설정

    3.Flask Database 연결 + Config 설정

    3.Flask Database 연결 + Config 설정 Mysql을 SQL_Alchemy와 연결하여 ORM을 사용하도록 만들어 보겠습니다. https://github.com/kschoi93/flask-example Database MySql 설치 및 환경 설정 Database 로 사용할 Mysql을 다운로드 합니다 https://dev.mysql.com/downloads/installer/ MySQL :: Download MySQL Installer Select Operating System: Select Operating System… Microsoft Windows Select OS Version: All Windows (x86, 32-bit) Windows (x86, 32-bit), MSI Ins..

    에러, The connection to the server localhost:8080 was refused - did you specify the right host or port?

    에러, The connection to the server localhost:8080 was refused - did you specify the right host or port?

    문제 다음과 같이 에러가 발생합니다. The connection to the server localhost:8080 was refused - did you specify the right host or port? 위 에러는 이전에도 나왔는데, 분명히 설정해줬던 것 같은데 또 나오네요 ? 계속해서? 일시적이 아닌 반영구적인 해결법이 필요할것 같은데... 우선 해결 방법은 다음과 같습니다. 해결방법 (아래 글을 보세요 추가 작성 했습니다) kubeadm init 을 할 경우 아래 명령을 적용시킬 수 있도록 나오는데요 이 명령들을 적용시켜 주면 해결되겠습니다. mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo c..