재우니의 블로그

 

 

mysql workbench 을 잘 사용하다가, 재부팅 이후 안되는 현상이 발생했는데요.

아래와 같이 연결이 불가하다는 메시지가 있습니다. 

mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (10061)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'

 

우선 참고할 사이트 주소는 아래와 같습니다. 

http://dev.mysql.com/doc/refman/5.5/en/windows-start-service.html 

C:\WINDOWS\system32>mysqladmin -u root shutdown
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (10061)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306' 

C:\WINDOWS\system32>mysqld --install
Service successfully installed. 

 

들어가서 재시작을 해봤더니 잘 되더군요.. ^^