我能';t在Windows 10的xampp上运行MySQL服务器

我能';t在Windows 10的xampp上运行MySQL服务器,mysql,Mysql,每次我想在xampp上运行MySql服务器时,都会发生相同的错误:MySql意外关闭 我试图在my.ini和xampp配置中更改MySQL服务器的端口。同样的错误。 当然,我是以管理员的身份运行这个程序的。 我试图在删除mysql文件夹中数据中的IBU日志文件后运行。 同样的错误 下面是error.log中的文本: 2019-05-25 00:48:27 2980 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECA

每次我想在xampp上运行MySql服务器时,都会发生相同的错误:MySql意外关闭

我试图在my.ini和xampp配置中更改MySQL服务器的端口。同样的错误。 当然,我是以管理员的身份运行这个程序的。 我试图在删除mysql文件夹中数据中的IBU日志文件后运行。 同样的错误

下面是error.log中的文本:

2019-05-25 00:48:27 2980 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.
2019-05-25  0:48:27 10624 [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.

2019-05-25  0:48:27 10624 [Note] InnoDB: Using mutexes to ref count 
buffer 
pool pages

2019-05-25  0:48:27 10624 [Note] InnoDB: The InnoDB memory heap is 
disabled
2019-05-25  0:48:27 10624 [Note] InnoDB: Mutexes and rw_locks use Windows 
interlocked functions
2019-05-25  0:48:27 10624 [Note] InnoDB: _mm_lfence() and _mm_sfence() 
are used for memory barrier
2019-05-25  0:48:27 10624 [Note] InnoDB: Compressed tables use zlib 
1.2.11
2019-05-25  0:48:27 10624 [Note] InnoDB: Using generic crc32 instructions
2019-05-25  0:48:27 10624 [Note] InnoDB: Initializing buffer pool, size = 
16.0M
2019-05-25  0:48:27 10624 [Note] InnoDB: Completed initialization of 
buffer pool
2019-05-25  0:48:27 10624 [Note] InnoDB: Setting log file 
D:\xampp\mysql\data\ib_logfile101 size to 5 MB
2019-05-25  0:48:27 10624 [ERROR] InnoDB: os_file_set_size() of file 
D:\xampp\mysql\data\ib_logfile101 to 5242880 bytes failed with 6
2019-05-25  0:48:27 10624 [ERROR] InnoDB: Cannot set log file 
D:\xampp\mysql\data\ib_logfile101 to size 5 MB
2019-05-25  0:48:27 10624 [ERROR] Plugin 'InnoDB' init function returned 
error.
2019-05-25  0:48:27 10624 [ERROR] Plugin 'InnoDB' registration as a 
STORAGE ENGINE failed.
2019-05-25  0:48:27 10624 [Note] Plugin 'FEEDBACK' is disabled.
2019-05-25  0:48:27 10624 [ERROR] Unknown/unsupported storage engine: 
InnoDB
2019-05-25  0:48:27 10624 [ERROR] Aborting

看起来类似于此(不同的操作系统)-链接线程中的建议对我没有帮助。看起来类似于此(不同的操作系统)-链接线程中的建议对我没有帮助。