반응형
로컬 라라곤 서버(apache)에서 mariadb를 시작하는 중 오류 발생
언제Apache로컬에 로드 중입니다.Laragon server시작 시 오류가 발생합니다.mariadb데이터베이스여기 로그가 있습니다. mysqld.log를 확인하는 것을 도와주세요.
[Note] InnoDB: 5.7.14 started; log sequence number 4762627838
[Note] InnoDB: Loading buffer pool(s) from C:\Laragon\data\ib_buffer_pool
[Note] Plugin 'FEEDBACK' is disabled.
[Note] Recovering after a crash using mysql-bin
[Note] Starting crash recovery...
[Note] Crash recovery finished.
[Note] Server socket created on IP: '::'.
[Note] C:\Laragon\bin\mysql\mariadb-10.2.3-win32\bin\mysqld: ready for connections. Version: '10.2.3-MariaDB-log' socket: '' port: 3306 mariadb.org binary distribution
[Note] InnoDB: Compressed tables use zlib 1.2.11
[Note] InnoDB: Number of transaction pools: 1
[Note] InnoDB: Using crc32 + pclmulqdq instructions
[Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
[Note] InnoDB: Completed initialization of buffer pool
[ERROR] InnoDB: Upgrade after a crash is not supported. The redo log was created with MariaDB 10.2.3.
[ERROR] InnoDB: Plugin initialization aborted with error Generic error
[Note] InnoDB: Starting shutdown...
[ERROR] Plugin 'InnoDB' init function returned error.
[ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
[Note] Plugin 'FEEDBACK' is disabled.
[ERROR] Unknown/unsupported storage engine: InnoDB
[ERROR] Aborting
[Note] InnoDB: Compressed tables use zlib 1.2.11
[Note] InnoDB: Number of transaction pools: 1
[Note] InnoDB: Using crc32 + pclmulqdq instructions
[Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
[Note] InnoDB: Completed initialization of buffer pool
[ERROR] InnoDB: Upgrade after a crash is not supported. The redo log was created with MariaDB 10.2.3.
[ERROR] InnoDB: Plugin initialization aborted with error Generic error
[Note] InnoDB: Starting shutdown...
[ERROR] Plugin 'InnoDB' init function returned error.
[ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
[Note] Plugin 'FEEDBACK' is disabled.
[ERROR] Unknown/unsupported storage engine: InnoDB
[ERROR] Aborting
언급URL : https://stackoverflow.com/questions/71421051/error-starting-mariadb-on-local-laragon-server-apache
반응형
'programing' 카테고리의 다른 글
| 다른 선택 쿼리의 결과가 포함된 테이블에 데이터 삽입 (0) | 2023.09.04 |
|---|---|
| 채팅용 DB 스키마? (0) | 2023.09.04 |
| MySQL에서 빈 문자열 삽입을 금지하는 제약 조건 (0) | 2023.09.04 |
| Chrome 검색되지 않은 구문 오류:예기치 않은 토큰 불법 (0) | 2023.09.04 |
| 풀링된 연결 시간이 초과되었습니다. (0) | 2023.09.04 |
