반응형
모든 것이 잘 작동했고 Windows 8 및 MySQL 5.6 워크 벤치를 사용했습니다.
어제 Windows 8.1로 업그레이드하여 PC를 더 잘 실행했지만 MySQL을 망쳤습니다.
워크 벤치에 들어가면 이전 연결을 볼 수 있지만 클릭하면 다음이 표시됩니다.
Cannot Connect to Database Server
Your connection attempt failed for user 'root' from your host to server at
127.0.0.1:3306:Can't connect to mysql server on '127.0.0.1'(10061)
Please:
1. Check that mysql is running on server 127.0.0.1
2. Check that mysql is running on port 3306 (note: 3306 is the default, but this can be changed)
3. Check the root has rights to connect to 127.0.0.1 from your address (mysql rights define what clients can connect to the server and from which machines)
4. Make sure you are both providing a password if needed and using the correct password for 127.0.0.1 connecting from the host address you're connecting from the host address you're connecting from.
해결 방법
글쎄, 워크 벤치를 제거하고 다시 설치하면 트릭이 발생했습니다. 모든 스키마가 삭제되지 않았습니다.
참조 페이지 https://stackoverflow.com/questions/19514279
반응형
'MySql' 카테고리의 다른 글
MySQL libmysql.dll을로드 할 수 없습니다. (0) | 2020.12.20 |
---|---|
MySQL Laravel 쿼리에 데이터 정렬을 추가하는 방법 (0) | 2020.12.20 |
MySQL mysql 데이터베이스가 xampp 1.8.3에서 작동하지 않습니다. (0) | 2020.12.19 |
MySQL은 여러에서 마지막 날짜 레코드를 가져옵니다. (0) | 2020.12.19 |
MySQL Calculate age based on date of birth (0) | 2020.12.19 |
댓글