mysql - 错误 - XAMPP - MySQL 意外关闭

标签 mysql xampp

11:27:57 [mysql] This may be due to a blocked port, missing dependencies,

11:27:57 [mysql] improper privileges, a crash, or a shutdown by another method.

11:27:57 [mysql] Press the Logs button to view error logs and check

11:27:57 [mysql] the Windows Event Viewer for more clues

11:27:57 [mysql] If you need more help, copy and post this

11:27:57 [mysql] entire log window on the forums

以下是错误日志的内容:

2018-08-18 11:53:23 4dc InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.

2018-08-18 11:53:23 1244 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.

2018-08-18 11:53:23 1244 [Note] InnoDB: Using mutexes to ref count buffer pool pages

2018-08-18 11:53:23 1244 [Note] InnoDB: The InnoDB memory heap is disabled

2018-08-18 11:53:23 1244 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions

2018-08-18 11:53:23 1244 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier

2018-08-18 11:53:23 1244 [Note] InnoDB: Compressed tables use zlib 1.2.3

2018-08-18 11:53:23 1244 [Note] InnoDB: Using generic crc32 instructions

2018-08-18 11:53:23 1244 [Note] InnoDB: Initializing buffer pool, size = 16.0M

2018-08-18 11:53:23 1244 [Note] InnoDB: Completed initialization of buffer pool

2018-08-18 11:53:23 1244 [Note] InnoDB: Highest supported file format is Barracuda.

2018-08-18 11:53:24 1244 [Note] InnoDB: 128 rollback segment(s) are active.

2018-08-18 11:53:24 1244 [Note] InnoDB: Waiting for purge to start

2018-08-18 11:53:24 1244 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.38-83.0 started; log sequence number 3088998

2018-08-18 11:53:24 2020 [Note] InnoDB: Dumping buffer pool(s) not yet started Cannot find checkpoint record at LSN (1,0x208b)

2018-08-18 11:53:24 1244 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files

2018-08-18 11:53:24 1244 [ERROR] Plugin 'Aria' init function returned error.

2018-08-18 11:53:24 1244 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed. 2018-08-18 11:53:24 1244 [Note] Plugin 'FEEDBACK' is disabled.

2018-08-18 11:53:24 1244 [ERROR] Aria engine is not enabled or did not start. The Aria engine must be enabled to continue as mysqld was configured with --with-aria-tmp-tables

2018-08-18 11:53:24 1244 [ERROR] Aborting

最佳答案

在您的错误日志中,有一条日志指出:

2018-08-18 11:53:24 1244 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files

因此,根据删除该文件的日志,您必须转到/xampp/mysql/data/

删除名称以aria_log.######开头的文件,这意味着这里所有名称以aria_log.###开头的文件# 表示任何字符串,如 00001 或任何字符串,因此删除该文件后重新启动 xammp,它肯定会工作。

关于mysql - 错误 - XAMPP - MySQL 意外关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51909778/

相关文章:

mysql - 使用 Sqoop 从 MySQL 导入数据 - 错误 : No manager for connect string

linux - 无法从 Ubuntu 服务器上的外部站点连接到 phpMyAdmin

mysql - 如何通过 PhpMyAdmin 一次导入多个数据库?

apache - 如何在 Xampp 安装的 Windows 上的 Apache 中禁用 SSLv3

MySQL:在同一个表上有内部查询引用外部列

PHP SQL 查询 - 无法添加 HTML 格式

PHP 和 MySQL - 加载数据本地问题

javascript - window.location.reload(true) 没有正确重新加载页面

mysql - 无法创建表 errno150

javascript - bootstrap.min.css 和 bootstrap.min.js 的 404 错误