MySQL на локальном хосте не загружается в Интернете (xampp)

Я использую XAMPP и пытаюсь перейти на http://localhost/phpmyadmin, но страница не загружается.

Я открываю mysql_error.log, и у меня есть это:

Кто-нибудь может мне помочь?

2021-02-14 14:17:04 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-02-14 14:17:04 0 [Note] InnoDB: Uses event mutexes
2021-02-14 14:17:04 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-02-14 14:17:04 0 [Note] InnoDB: Number of pools: 1
2021-02-14 14:17:04 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-02-14 14:17:04 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-02-14 14:17:04 0 [Note] InnoDB: Completed initialization of buffer pool
2021-02-14 14:17:04 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=131862302
2021-02-14 14:17:04 0 [Warning] InnoDB: Ignoring a doublewrite copy of page [page id: space=105, page number=13030] with future log sequence number 1467194866
2021-02-14 14:17:04 0 [Warning] InnoDB: Ignoring a doublewrite copy of page [page id: space=105, page number=13029] with future log sequence number 1467196090
2021-02-14 14:17:04 0 [Warning] InnoDB: Ignoring a doublewrite copy of page [page id: space=406, page number=315] with future log sequence number 2887772236
2021-02-14 14:17:04 0 [Warning] InnoDB: Ignoring a doublewrite copy of page [page id: space=406, page number=271] with future log sequence number 2888068173
2021-02-14 14:17:04 0 [Warning] InnoDB: Ignoring a doublewrite copy of page [page id: space=510, page number=3785] with future log sequence number 2928809900
2021-02-14 14:17:05 0 [ERROR] InnoDB: Page [page id: space=0, page number=625] log sequence number 3497741956 is in the future! Current system log sequence number 131862320.
2021-02-14 14:17:05 0 [ERROR] InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. Please refer to https://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery.
2021-02-14 14:17:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-02-14 14:17:05 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-02-14 14:17:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-02-14 14:17:05 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-02-14 14:17:05 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-02-14 14:17:05 0 [Note] InnoDB: Waiting for purge to start
2021-02-14 14:17:05 4 [ERROR] InnoDB: Page [page id: space=640, page number=0] log sequence number 3470597324 is in the future! Current system log sequence number 131862320.
2021-02-14 14:17:05 4 [ERROR] InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. Please refer to https://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery.
2021-02-14 14:17:05 4 [ERROR] InnoDB: Page [page id: space=640, page number=1] log sequence number 3470350944 is in the future! Current system log sequence number 131862320.
2021-02-14 14:17:05 4 [ERROR] InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. Please refer to https://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery.
2021-02-14 14:17:05 0 [Note] InnoDB: 10.4.14 started; log sequence number 131862311; transaction id 95095
2021-02-14 14:17:05 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-02-14 14:17:05 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-02-14 14:17:05 0 [Note] InnoDB: Buffer pool(s) load completed at 210214 14:17:05
2021-02-14 14:17:05 0 [Note] Server socket created on IP: '::'.

person Freezy    schedule 14.02.2021    source источник
comment
с сервером все нормально, посмотри в документации как можно ввести данные для входа в конфигурацию phpmyadmin   -  person nbk    schedule 14.02.2021
comment
Вы напрямую манипулировали некоторыми файлами базы данных? Или перемещать их? Не делай этого. Восстановление из хорошей резервной копии.   -  person danblack    schedule 14.02.2021
comment
Я исправил, я следовал инструкциям отсюда останавливается-неожиданно   -  person Freezy    schedule 15.02.2021