-
Mysql 서버 접속 오류 메시지카테고리 없음 2021. 4. 22. 22:32
MySQL DB 설치 후 클라이언트쪽에서 접속 시 발생하는 오류
MySQL : 5.6
Could not connect: Lost connection to MySQL server at 'reading initial communication packet', system error: 34
동일한 해결 방법은 아니겠지만
1. 방화벽 확인
2. my.cnf 수정
- bind-adress 주석 처리
- bind-adress=0.0.0.0 추가
3. MySQL 서버 재시작