XAMPP v3.2.1-错误:MySQL意外关闭

XAMPP v3.2.1-错误:MySQL意外关闭,mysql,xampp,Mysql,Xampp,你好,谢谢你的帮助 出于某种原因,MySQL没有在我的XAMPP上运行,我在Windows10中以管理员身份运行它,并且它没有安装在默认的“program files”文件夹中。以下是控制台错误: 17:01:11 [mysql] Error: MySQL shutdown unexpectedly. 17:01:11 [mysql] This may be due to a blocked port, missing dependencies, 17:01:11 [mysql]

你好,谢谢你的帮助

出于某种原因,MySQL没有在我的XAMPP上运行,我在
Windows10
中以管理员身份运行它,并且它没有安装在默认的“program files”文件夹中。以下是控制台错误:

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

2015-11-04 17:01:06 25a4 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.
151104 17:01:06 [Note] InnoDB: Using mutexes to ref count buffer pool pages
151104 17:01:06 [Note] InnoDB: The InnoDB memory heap is disabled
151104 17:01:06 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
151104 17:01:06 [Note] InnoDB: Memory barrier is not used
151104 17:01:06 [Note] InnoDB: Compressed tables use zlib 1.2.3
151104 17:01:06 [Note] InnoDB: Not using CPU crc32 instructions
151104 17:01:06 [Note] InnoDB: Initializing buffer pool, size = 16.0M
151104 17:01:06 [Note] InnoDB: Completed initialization of buffer pool
151104 17:01:06 [Note] InnoDB: The first specified data file E:\xampp\mysql\data\ibdata1 did not exist: a new database to be created!
151104 17:01:06 [Note] InnoDB: Setting file E:\xampp\mysql\data\ibdata1 size to 10 MB
151104 17:01:06 [Note] InnoDB: Database physically writes the file full: wait...
151104 17:01:06 [ERROR] InnoDB: Cannot create E:\xampp\mysql\data\ib_logfile101
151104 17:01:06 [ERROR] Plugin 'InnoDB' init function returned error.
151104 17:01:06 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
151104 17:01:06 [Note] Plugin 'FEEDBACK' is disabled.
151104 17:01:06 [ERROR] Unknown/unsupported storage engine: InnoDB
151104 17:01:06 [ERROR] Aborting

151104 17:01:06 [Note] E:\xampp\mysql\bin\mysqld.exe: Shutdown complete

如果有任何帮助,我将不胜感激。

您是否已提供对该目录所需的访问权限?我感兴趣的是:
无法创建E:\xampp\mysql\data\ib_logfile101
?作为管理员运行xampp不应该已经授予目录的写入权限吗?它实际上在指定的文件夹中创建了
ib_logfile101
文件。该目录确实存在,我可以在其中创建文件。我将尝试重新安装,我最近遇到了一个端口问题,因为安装了MySQL并阻塞了端口。嗯,你想同时运行两个MySQL实例吗?确保未启用XAMPP服务,因此必须从“XMPP控制面板”显式启动它。重新启动电脑并从CLI运行“netstat-a”,检查端口3306是否未被使用。然后从XAMPP控制面板启动XAMPP。在重新启动之前删除所有现有的XAMPP日志,这样会更容易阅读?我卸载了MySQL服务器,将只运行一台服务器。端口是免费的,Iam正在建议的路径上安装XAMPP。