인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

scomble132205's profile image
scomble132205

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

Python & Database Integration - MySQL & MariaDB

Query BOX에서 접속이 안되요

Written on

·

299

0

파이썬 코드로도 접속이되고, cmd를 통해서도 접속이 잘되는데

Query Box에서 호스트를 localhost 등 제대로 값을 넣어도

만든 python 사용자에 접속이안되네요.

뭔가 따로 설정해줘야하는게 있나요?

python웹-크롤링

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요.

로컬에서 접속이 되면 query box도 접속이 무조건 됩니다. 필요한 정보나 포트 번호 db 정보 등이 제대로

입력되었는지 확인해보시는 방법 밖에 없어요.

아니면 쿼리박스 이외에 많은 db 툴이 있으니 다른 도구를 설치해서 테스트 해보세요.

감사합니다.

scomble132205's profile image
scomble132205

asked

Ask a question