2013-11-28 6 views
0
10:01:04 PM [mysql] Error: MySQL shutdown unexpectedly. 
10:01:04 PM [mysql] This may be due to a blocked port, missing dependencies, 
10:01:04 PM [mysql] improper privileges, a crash, or a shutdown by another method. 
10:01:04 PM [mysql] Press the Logs button to view error logs and check 
10:01:04 PM [mysql] the Windows Event Viewer for more clues 
10:01:04 PM [mysql] If you need more help, copy and post this 
10:01:04 PM [mysql] entire log window on the forums 

xampp에서 MySQL을 시작하려고 할 때이 오류가 발생합니다. 다음은 mysql_error.log 파일입니다.XAMPP MySQL이 시작시 작동하지 않습니다.

31127 21:56:14 [Note] Plugin 'FEDERATED' is disabled. 
131127 21:56:14 InnoDB: The InnoDB memory heap is disabled 
InnoDB: Reading tablespace information from the .ibd files... 
InnoDB: Restoring possible half-written data pages from the doublewrite 
InnoDB: buffer... 
131127 21:56:15 InnoDB: Waiting for the background threads to start 
131127 21:56:16 InnoDB: 5.5.32 started; log sequence number 22856689 
131127 21:56:16 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306 
131127 21:56:16 [Note] - '0.0.0.0' resolves to '0.0.0.0'; 
131127 21:56:16 [Note] Server socket created on IP: '0.0.0.0'. 

고마워요!

답변

0

MySQL이 듣고 자하는 포트가 이미 사용되었을 수 있습니다. 명령 프롬프트로 가서 netstat를 실행하여 어떤 프로그램이 어떤 포트를 사용하는지 확인할 수 있습니다.

C:\> netstat -a -b 
+0

없음. 포트 3306을 사용하는 포트는 없습니다. 설정을 2342와 같은 다른 포트로 변경하더라도 여전히 작동하지 않습니다. – user3041484

관련 문제