Microsoft MVP성태의 닷넷 이야기
오류 유형: 372. MySQL 서비스가 올라오지 않는 경우 - Error 1067 [링크 복사], [링크+제목 복사],
조회: 27620
글쓴 사람
정성태 (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

비밀번호

댓글 작성자
 




... 136  137  [138]  139  140  141  142  143  144  145  146  147  148  149  150  ...
NoWriterDateCnt.TitleFile(s)
1665정성태5/1/201427578.NET Framework: 433. C# - 간단한 HyperLogLog 자료 구조 테스트파일 다운로드1
1664정성태4/28/201425135오류 유형: 227. Process Explorer의 프로세스 뷰가 트리 형식으로 보이지 않는 문제
1663정성태4/28/201421428오류 유형: 226. Visual Studio - We were unable to establish the connection because it is configured for user
1662정성태4/28/201426125개발 환경 구성: 220. supportedRuntime 설정을 위한 app.config Transformation [1]
1661정성태4/26/201422280.NET Framework: 432. WPF - System.Windows.Data Error: 47 : XmlDataProvider has inline XML that does not explicitly set its XmlNamespace (xmlns="").
1660정성태4/25/201430361VC++: 77. C++ 숫자형 값이 범위를 벗어나는 경우의 출력 사례 모음
1659정성태4/17/201430624.NET Framework: 431. .NET EXE 파일을 닷넷 프레임워크 버전에 상관없이 실행할 수 있을까요? [5]
1658정성태4/17/201422000.NET Framework: 430. C#에서 사용자 정의 예약어가 가능할까요? [1]
1657정성태4/10/201442743.NET Framework: 429. C# - 유니코드 한글 문자열을 ks_c_5601-1987로 변환하는 방법 [3]파일 다운로드1
1656정성태3/19/201425751오류 유형: 225. regsvcs 등록 시 0x80040153 오류
1655정성태3/19/201426109Windows: 92. Thumbs.db 파일이 삭제 안 되는 문제
1654정성태3/19/201428110개발 환경 구성: 219. SOS.dll 확장 모듈을 버전 별로 구하는 방법 [4]
1653정성태3/13/201422787.NET Framework: 428. .NET Reflection으로 다차원/Jagged 배열을 구분하는 방법
1652정성태3/12/201423375VC++: 76. Direct Show를 사용하는 다른 프로그램의 필터 그래프를 graphedt.exe에서 확인하는 방법파일 다운로드1
1651정성태3/11/201427728.NET Framework: 427. C# 컴파일러는 변수를 초기화시키지 않을까요?
1650정성태3/6/201428600VC++: 75. Visual C++ 컴파일 오류 - Cannot use __try in functions that require object unwinding [1]파일 다운로드1
1649정성태3/5/201422818기타: 44. BTN 스토어 앱 개인정보 보호 정책 안내
1648정성태3/5/201423275개발 환경 구성: 218. 스토어 앱 인증 실패 - no privacy statement
1647정성태3/3/201424637오류 유형: 224. 스카이드라이브 비정상 종료 - Error 0x80040A41: No error description available
1646정성태3/3/201434078오류 유형: 223. Microsoft-Windows-DistributedCOM 10016 이벤트 로그 에러 [1]
1645정성태3/1/201423651기타: 43. 마이크로소프트 MVP들이 모여 전국 세미나를 엽니다.
1644정성태2/26/201430854.NET Framework: 426. m3u8 스트리밍 파일을 윈도우 8.1 Store App에서 재생하는 방법파일 다운로드1
1643정성태2/25/201426467오류 유형: 222. 윈도우 8 Store App - APPX1204 SignTool Error: An unexpected internal error has occurred [1]
1642정성태2/25/201431538Windows: 91. 한글이 포함된 사용자 프로파일 경로 변경 [2]
1641정성태2/24/201427857기타: 42. 클래스 설명 [5]
1640정성태2/24/201448925.NET Framework: 425. C# - VLC(ActiveX) 컨트롤을 레지스트리 등록 없이 사용하는 방법 [15]
... 136  137  [138]  139  140  141  142  143  144  145  146  147  148  149  150  ...