😭xmapp가 아래와 같은 에러 로그를 보여주며 실행이 되지 않았습니다.
[mysql] Error: MySQL shutdown unexpectedly.
[mysql] This may be due to a blocked port, missing dependencies,
[mysql] improper privileges, a crash, or a shutdown by another method.
[mysql] Press the Logs button to view error logs and check
[mysql] the Windows Event Viewer for more clues
[mysql] If you need more help, copy and post this
[mysql] entire log window on the forums
🧐위 에러를 해결 하기 위해 구글링을 하였고 Stack over flow를 통해 해결 할 수 있었습니다.
🥳아래 파일들을 제거 해준 결과 정상적으로 실행되는 것을 확인 할 수 있었습니다.
/mysql/data/ib_logfile0
/mysql/data/ib_logfile1
만약 위 방식으로도 안 되고 다른 방법으로도 안 되면 그냥 삭제 후 재설치하는 게 마음이 편합니다. 😭
참고자료: Stack over flow