-
xampp mysql shutdown unexpectedly 해결법Laravel 2022. 8. 28. 14:11반응형SMALL
# What?
가끔 컴퓨터가 갑자기 종료되면 재시작 후 xampp 실행이 안됨
# How?
- Rename folder mysql/data to mysql/data_old
- Make a copy of mysql/backup folder and name it as mysql/data
- Copy all your database folders from mysql/data_old into mysql/data (except mysql, performance_schema, and phpmyadmin folders)
- Copy mysql/data_old/ibdata1 file into mysql/data folder
- Start MySQL from XAMPP control panel
LIST'Laravel' 카테고리의 다른 글
통계 query 작성법(groupBy) (0) 2022.10.05 카카오맵 + VUE 연동 방법 (0) 2022.09.15 Excel Import시 날짜 데이터가 이상하게 찍힐 때 (1) 2022.07.06 Larave Excel Export 0 표시 안될 때(엑셀) (0) 2022.06.10 라라벨 Excel(엑셀) 한글 헤더 사용하는법 (0) 2022.05.23