- Jul 9, 2019
- 2,557
- 9,311
I confident it's the 40 projects' databases I've got set up when phpmyadmin loads up, I've tried adding more ports through C:\xampp\apache\conf\ and C:\xampp\apache\conf\original\extra... Adding ports to localhost and to the Listen part.
And I'm stilling getting the original error;
Any ideas on a resolution?
And I'm stilling getting the original error;
and this from logs;13:14:29 [mysql] Error: MySQL shutdown unexpectedly.
13:14:29 [mysql] This may be due to a blocked port, missing dependencies,
13:14:29 [mysql] improper privileges, a crash, or a shutdown by another method.
13:14:29 [mysql] Press the Logs button to view error logs and check
13:14:29 [mysql] the Windows Event Viewer for more clues
13:14:29 [mysql] If you need more help, copy and post this
13:14:29 [mysql] entire log window on the forums
2022-06-23 13:14:29 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-06-23 13:14:29 0 [Note] InnoDB: Uses event mutexes
2022-06-23 13:14:29 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-06-23 13:14:29 0 [Note] InnoDB: Number of pools: 1
2022-06-23 13:14:29 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-06-23 13:14:29 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-06-23 13:14:29 0 [Note] InnoDB: Completed initialization of buffer pool
2022-06-23 13:14:29 0 [ERROR] InnoDB: Missing MLOG_CHECKPOINT at 8023645 between the checkpoint 8023645 and the end 8023636.
2022-06-23 13:14:29 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2022-06-23 13:14:29 0 [Note] InnoDB: Starting shutdown...
2022-06-23 13:14:29 0 [ERROR] Plugin 'InnoDB' init function returned error.
2022-06-23 13:14:29 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2022-06-23 13:14:29 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-06-23 13:14:29 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2022-06-23 13:14:29 0 [ERROR] Aborting
Any ideas on a resolution?