Microsoft MVP성태의 닷넷 이야기
오류 유형: 372. MySQL 서비스가 올라오지 않는 경우 - Error 1067 [링크 복사], [링크+제목 복사],
조회: 23037
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

MySQL 서비스가 올라오지 않는 경우 - Error 1067

MySQL NT 서비스가 어느 순간 다음과 같은 실패를 내며 올라오지 않는군요. ^^;

Windows could not start the MySQL55 service on Local Computer.

Error 1067: The process terminated unexpectedly.

이때의 이벤트 로그를 보면 다음과 같은 경고를 볼 수 있습니다.

Log Name:      Application
Source:        MySQL
Date:          2016-11-23 오전 10:43:28
Event ID:      100
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      TESTPC
Description:
The description for Event ID 100 from source MySQL cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Can't create test file C:\ProgramData\MySQL\MySQL Server 5.5\data\testpc.lower-test

가만 보니, MySQL55 NT 서비스의 구동 계정은 "Network Service"인데, "C:\ProgramData\MySQL\MySQL Server 5.5\data" 폴더의 보안 설정에는 실제로 "Network Service"에 대한 권한이 하나도 없었습니다. 그래서, 이를 추가해 주는 것으로 문제 해결!

mysql_networkservice_1.png




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 11/23/2016]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 91  92  93  94  95  96  97  98  99  [100]  101  102  103  104  105  ...
NoWriterDateCnt.TitleFile(s)
11312정성태9/25/201718555.NET Framework: 685. C# - 구조체(값 형식)의 필드를 리플렉션을 이용해 값을 바꾸는 방법파일 다운로드1
11311정성태9/20/201714032.NET Framework: 684. System.Diagnostics.Process 객체의 명시적인 해제 권장
11310정성태9/19/201716855.NET Framework: 683. WPF의 Window 객체를 생성했는데 GC 수집 대상이 안 되는 이유 [3]
11309정성태9/13/201715081개발 환경 구성: 335. Octave의 명령 창에서 실행한 결과를 복사하는 방법
11308정성태9/13/201715737VS.NET IDE: 121. 비주얼 스튜디오에서 일부 텍스트 파일을 무조건 메모장으로만 여는 문제파일 다운로드1
11307정성태9/13/201718307오류 유형: 421. System.Runtime.InteropServices.SEHException - 0x80004005
11306정성태9/12/201716144.NET Framework: 682. 아웃룩 사용자를 위한 중국어 스팸 필터 Add-in
11305정성태9/12/201717766개발 환경 구성: 334. 기존 프로젝트를 Visual Studio를 이용해 Github의 신규 생성된 repo에 올리는 방법 [1]
11304정성태9/11/201715047개발 환경 구성: 333. 3ds Max를 Hyper-V VM에서 실행하는 방법
11303정성태9/11/201718460개발 환경 구성: 332. Inno Setup 파일의 관리자 권한을 제거하는 방법
11302정성태9/11/201714888개발 환경 구성: 331. SQL Server Express를 위한 방화벽 설정
11301정성태9/11/201714278오류 유형: 420. SQL Server Express 연결 오류 - A network-related or instance-specific error occurred while establishing a connection to SQL Server.
11300정성태9/10/201717147.NET Framework: 681. dotnet.exe - run, exec, build, restore, publish 차이점 [3]
11299정성태9/9/201715824개발 환경 구성: 330. Hyper-V VM의 Internal Network를 Private 유형으로 만드는 방법
11298정성태9/8/201718647VC++: 119. EnumProcesses / EnumProcessModules API 사용 시 주의점 [1]
11297정성태9/8/201715522디버깅 기술: 96. windbg - 풀 덤프에 포함된 모든 닷넷 모듈을 파일로 저장하는 방법
11296정성태9/8/201719029웹: 36. Edge - "이 웹 사이트는 이전 기술에서 실행되며 Internet Explorer에서만 작동합니다." 끄는 방법
11295정성태9/7/201716187디버깅 기술: 95. Windbg - .foreach 사용법
11294정성태9/4/201716229개발 환경 구성: 329. 마이크로소프트의 CoreCLR 프로파일러 예제 빌드 방법 [1]
11293정성태9/4/201716363개발 환경 구성: 328. Visual Studio(devenv.exe)를 배치 파일(.bat)을 통해 실행하는 방법
11292정성태9/4/201714980오류 유형: 419. Cannot connect to WMI provider - Invalid class [0x80041010]
11291정성태9/3/201717418개발 환경 구성: 327. 아파치 서버 2.4를 위한 mod_aspdotnet 마이그레이션
11290정성태9/3/201720036개발 환경 구성: 326. 아파치 서버에서 ASP.NET을 실행하는 mod_aspdotnet 모듈 [2]
11289정성태9/3/201716792개발 환경 구성: 325. GAC에 어셈블리 등록을 위해 gacutil.exe을 사용하는 경우 주의 사항
11288정성태9/3/201714654개발 환경 구성: 324. 윈도우용 XAMPP의 아파치 서버 구성 방법
11287정성태9/1/201723853.NET Framework: 680. C# - 작업자(Worker) 스레드와 UI 스레드 [11]
... 91  92  93  94  95  96  97  98  99  [100]  101  102  103  104  105  ...