Ошибка: MySQL неожиданно завершил работу в Xampp и не может запустить мою базу данных - PullRequest
0 голосов
/ 26 февраля 2020

Итак, я просто запускаю свой xampp, и у меня появляется такая ошибка

11:11:45 AM  [mysql]    Error: MySQL shutdown unexpectedly.
11:11:45 AM  [mysql]    This may be due to a blocked port, missing dependencies, 
11:11:45 AM  [mysql]    improper privileges, a crash, or a shutdown by another method.
11:11:45 AM  [mysql]    Press the Logs button to view error logs and check
11:11:45 AM  [mysql]    the Windows Event Viewer for more clues
11:11:45 AM  [mysql]    If you need more help, copy and post this
11:11:45 AM  [mysql]    entire log window on the forums

, и когда я открываю ошибку журнала

2020-02-26 10:54:03 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-02-26 10:54:03 0 [Note] InnoDB: Uses event mutexes
2020-02-26 10:54:03 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-02-26 10:54:03 0 [Note] InnoDB: Number of pools: 1
2020-02-26 10:54:03 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-02-26 10:54:03 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-02-26 10:54:03 0 [Note] InnoDB: Completed initialization of buffer pool
2020-02-26 10:54:03 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-02-26 10:54:03 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-02-26 10:54:03 0 [Note] InnoDB: Setting file 'C:\xampp2\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-02-26 10:54:03 0 [Note] InnoDB: File 'C:\xampp2\mysql\data\ibtmp1' size is now 12 MB.
2020-02-26 10:54:03 0 [Note] InnoDB: 10.4.11 started; log sequence number 47055; transaction id 9
2020-02-26 10:54:03 0 [Note] InnoDB: !!! innodb_force_recovery is set to 1 !!!
2020-02-26 10:54:03 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp2\mysql\data\ib_buffer_pool
2020-02-26 10:54:03 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-02-26 10:54:03 0 [Note] InnoDB: Buffer pool(s) load completed at 200226 10:54:03
2020-02-26 10:54:03 0 [Note] Server socket created on IP: '::'.

Может ли кто-нибудь помочь мне в том, что происходит?

thx

...