2017-11-20 8 views
1

Mysqld.exe가 xampp 창에서 작동하지 않습니다. XAMPP 소프트웨어가 백그라운드에서 실행되는 동안 컴퓨터를 시작했지만 MySQL이 시작되지 않습니다!mysqld.exe가 xampp 창에서 작동을 멈췄습니까?

2017년 11월 20일 11시 5분 36초 14f4의 이노 : 경고 : innodb_additional_mem_pool_size 사용은 지원되지 않습니다. 이 옵션은 innodb_use_sys_malloc 옵션과 InnoDB의 내부 메모리 할당 자와 함께 향후 릴리스에서 이 삭제 될 수 있습니다. 2017-11-20 11:05:36 5364 [Note] InnoDB : innodb_empty_free_list_algorithm이 버퍼 풀 크기 때문에 레거시로 변경되었습니다. 백 오프를 사용하려면 버퍼 풀 을 적어도 20MB까지 늘리십시오.

2017-11-20 11:05:36 5364 [Note] InnoDB: Using mutexes to ref count buffer pool pages 
2017-11-20 11:05:36 5364 [Note] InnoDB: The InnoDB memory heap is disabled 
2017-11-20 11:05:36 5364 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 
2017-11-20 11:05:36 5364 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier 
2017-11-20 11:05:36 5364 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2017-11-20 11:05:36 5364 [Note] InnoDB: Using generic crc32 instructions 
2017-11-20 11:05:36 5364 [Note] InnoDB: Initializing buffer pool, size = 16.0M 
2017-11-20 11:05:36 5364 [Note] InnoDB: Completed initialization of buffer pool 
2017-11-20 11:05:37 5364 [Note] InnoDB: Highest supported file format is Barracuda. 
2017-11-20 11:05:37 5364 [Note] InnoDB: The log sequence number 1835037 in ibdata file do not match the log sequence number 

11035100176 ib_logfiles! 2017-11-20 11:05:37 14f4 InnoDB : 파일 조작시 운영 체제 오류 번호 38. InnoDB는 : http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html 이노 : 일부 운영 체제 오류 번호는 이노에 설명되어 작동 D 파일을 읽어는 Win32 - 패키지 \ \ 빌드 \ SRC의 \ 저장 \ xtradb \ OS \ os0file.cc 라인에서 2017- 11-20 11:05:37 5364 [ERROR] InnoDB : 파일 (알 수 없음) : 'read'가 OS 오류 238을 반환했습니다. 작업을 계속할 수 없습니다. 171120 11:05:37 [ERROR] mysqld에서 예외 0x80000003이 발생했습니다. 이것은 사용자가 버그를 발견했기 때문일 수 있습니다. 이 바이너리 또는 링크 된 라이브러리 중 하나가 손상되었거나 부적절하게 작성되어 이거나 잘못 구성된 것일 수도 있습니다. 이 오류는 오작동하는 하드웨어로 인해 발생할 수도 있습니다. 난 당신이 프로그램에 의해 주어진 경고를 읽으면 당신이 볼 수있는 Windows 10를

실행 내 컴퓨터에 XAMPP를 설치하려고 할 때

To report this bug, see https://mariadb.com/kb/en/reporting-bugs 

We will try our best to scrape up some info that will hopefully help 
diagnose the problem, but since we have already crashed, 
something is definitely wrong and this may fail. 

Server version: 10.1.25-MariaDB 
key_buffer_size=16777216 
read_buffer_size=262144 
max_used_connections=0 
max_threads=1001 
thread_count=0 
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 787107 K bytes of memory 
Hope that's ok; if not, decrease some variables in the equation. 

Thread pointer: 0x0 
Attempting backtrace. You can use the following information to find out 
where mysqld died. If you see no messages after this, something went 
terribly wrong... 
mysqld.exe!my_parameter_handler() 
mysqld.exe!strxnmov() 
[email protected]@@[email protected]@Z() 
[email protected]@@[email protected]@Z() 
[email protected]@@[email protected]@Z() 
[email protected]@@[email protected]@Z() 
[email protected]@@[email protected]@Z() 
[email protected]@@[email protected]@Z() 
[email protected]@@[email protected]@Z() 
[email protected]@@[email protected]@Z() 
[email protected]@@[email protected]@Z() 
[email protected][email protected]@[email protected]@@Z() 
[email protected]@[email protected]@@Z() 
[email protected]@[email protected]() 
[email protected]@[email protected]() 
[email protected]@[email protected]@@Z() 
[email protected]@[email protected]() 
[email protected]@[email protected]() 
mysqld.exe!strxnmov() 
kernel32.dll!BaseThreadInitThunk() 
ntdll.dll!RtlInitializeExceptionChain() 
ntdll.dll!RtlInitializeExceptionChain() 
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains 
information that should help you find out what is causing the crash. 

답변

0

나는 최근이 문제에 걸쳐 왔어요 그것은 OS에 관한 많은 오류를 반환합니다. 주어진 "D : \ win32-packages \ build \ src \ storage \ xtradb \ os \ os0file.cc"나는 컴퓨터에 여러 개의 디스크가 있다고 가정하므로 C : 드라이브가 아닙니다.

Windows 시스템과 함께 C :/드라이브에 XAMPP를 설치해야합니다. 이 문제는 나에게 문제를 해결했다. 이전에는 내 E : 드라이브에 있었고 mysql을 실행할 수 없었지만 Apache는 정상적으로 작동했다.

2LDR : OS와 함께 C :/드라이브에 XAMPP를 설치하고 피드백과 함께 반환하십시오.