본문 바로가기
MySql

MySQL Windows 8.1로 업데이트 한 후 MySQL이 작동하지 않음

by 베이스 공부 2020. 12. 19.
반응형

모든 것이 잘 작동했고 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

 

 

반응형

댓글