https://github.com/mr-won/xampp
xampp 관련 설정과 오류해결방법 정리
https://github.com/mr-won/xampp
xampp xampp-installation xampp-server
Last synced: over 1 year ago
JSON representation
xampp 관련 설정과 오류해결방법 정리
- Host: GitHub
- URL: https://github.com/mr-won/xampp
- Owner: mr-won
- Created: 2022-10-27T14:46:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T14:50:51.000Z (over 3 years ago)
- Last Synced: 2025-03-18T02:27:16.314Z (over 1 year ago)
- Topics: xampp, xampp-installation, xampp-server
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xampp
xampp 관련 설정과 오류해결방법 정리
### 오류명 Error: MySQL shutdown unexpectedly.
2022-10-27 대학 과제 수행 중 xampp에서 mysql을 start 했을 때
다음과 같은 오류가 발생하였다.

### 해결 방법
해결 방법은 간단했다.
C:\xampp/mysql/backup 파일의 모든 파일을 복사해서

C:\xampp/mysql/data 파일로 붙여쓰면(강제)

문제가 해결되고 정상적으로 구동되는 것을 알 수 있다.
