简体   繁体   English

Wordpress 出现 MySQL 错误,在 XAMPP 上运行

[英]MySQL error with Wordpress, running on XAMPP

So I was creating a website in wordpress using Elementor page for a school project, and suddenly when I UPDATED the page (using Elementor builder), the site crashed.所以我在 wordpress 中使用 Elementor 页面为学校项目创建了一个网站,突然当我更新页面(使用 Elementor builder)时,网站崩溃了。 I tried everything including deleting the ib_logfile0, ib_logfile1 and aria_log_control files in my XAMPP (Yes, I'm using XAMPP for Windows) and it still crashes when I try to load into website/wordpress control panel.我尝试了所有方法,包括删除 XAMPP 中的ib_logfile0、ib_logfile1 和 aria_log_control文件(是的,我在 Windows 上使用 XAMPP),当我尝试加载到网站/wordpress 控制面板时它仍然崩溃。 Can somebody help me fix it?有人可以帮我解决吗? The project is due two days... Crash report:该项目到期两天......崩溃报告:

2022-05-27 19:36:44 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2022-05-27 19:36:44 0 [ERROR] Plugin 'Aria' init function returned error.
2022-05-27 19:36:44 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2022-05-27 19:36:44 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-05-27 19:36:44 0 [Note] InnoDB: Uses event mutexes
2022-05-27 19:36:44 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-05-27 19:36:44 0 [Note] InnoDB: Number of pools: 1
2022-05-27 19:36:44 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-05-27 19:36:44 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-05-27 19:36:44 0 [Note] InnoDB: Completed initialization of buffer pool
2022-05-27 19:36:45 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-05-27 19:36:45 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-05-27 19:36:45 0 [Note] InnoDB: Setting file '\XAMPP\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-05-27 19:36:45 0 [Note] InnoDB: File '\XAMPP\mysql\data\ibtmp1' size is now 12 MB.
2022-05-27 19:36:49 0 [Note] InnoDB: Waiting for purge to start
2022-05-27 19:36:49 0 [Note] InnoDB: 10.4.22 started; log sequence number 46991441; transaction id 16292
2022-05-27 19:36:49 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-05-27 19:36:49 0 [Note] InnoDB: Loading buffer pool(s) from G:\XAMPP\mysql\data\ib_buffer_pool
2022-05-27 19:36:49 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2022-05-27 19:36:49 0 [ERROR] Failed to initialize plugins.
2022-05-27 19:36:49 0 [ERROR] Aborting
2022-05-27 19:36:49 0 [Note] InnoDB: Buffer pool(s) load completed at 220527 19:36:49
Cannot find checkpoint record at LSN (1,0x55ae)

Had the same failure.有同样的失败。 Try deleting the aria log files.尝试删除 aria 日志文件。 Goto xamp\mysql\data.转到 xamp\mysql\data。 After I deleted them mysql was running again.在我删除它们后,mysql 再次运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM