programing

로컬 라라곤 서버(apache)에서 mariadb를 시작하는 중 오류 발생

iphone6s 2023. 9. 4. 19:37
반응형

로컬 라라곤 서버(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

enter image description here

언급URL : https://stackoverflow.com/questions/71421051/error-starting-mariadb-on-local-laragon-server-apache

반응형