XAMPP无法启动(不是端口问题)

时间:2015-07-30 03:09:42

标签: xampp

我在Windows 8上运行XAMPP v3.2.1,安装完成后它工作正常,但第二天apache和MySQL没有启动。

我已经在httpd.conf中将默认端口80更改为8081,并在httpd-ssl.conf中将端口443更改为444但仍然没有,

以下是我在日志中获得的内容:

Apache error.log:

[Thu Jul 30 13:08:06.006405 2015] [ssl:warn] [pid 1892:tid 400] AH01909: www.example.com:444:0 server certificate does NOT include an ID which matches the server name
[Thu Jul 30 13:08:06.084534 2015] [core:warn] [pid 1892:tid 400] AH00098: pid file D:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Jul 30 13:08:06.084534 2015] [core:error] [pid 1892:tid 400] (OS 5)Access is denied.  : AH00099: could not create D:/xampp/apache/logs/httpd.pid
[Thu Jul 30 13:08:06.084534 2015] [core:error] [pid 1892:tid 400] AH00100: httpd.exe: could not log pid to file D:/xampp/apache/logs/httpd.pid

MySql mysql_error:

2015-07-30 13:08:05 8408 [Note] Plugin 'FEDERATED' is disabled.
2015-07-30 13:08:05 17f4 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.
2015-07-30 13:08:05 8408 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-07-30 13:08:05 8408 [Note] InnoDB: The InnoDB memory heap is disabled
2015-07-30 13:08:05 8408 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-07-30 13:08:05 8408 [Note] InnoDB: Memory barrier is not used
2015-07-30 13:08:05 8408 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-07-30 13:08:05 8408 [Note] InnoDB: Not using CPU crc32 instructions
2015-07-30 13:08:05 8408 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-07-30 13:08:05 8408 [Note] InnoDB: Completed initialization of buffer pool
2015-07-30 13:08:05 8408 [Note] InnoDB: Highest supported file format is Barracuda.
2015-07-30 13:08:05 8408 [Note] InnoDB: The log sequence numbers 1665234 and 1665234 in ibdata files do not match the log sequence number 2075306 in the ib_logfiles!
2015-07-30 13:08:05 8408 [Note] InnoDB: Database was not shutdown normally!
2015-07-30 13:08:05 8408 [Note] InnoDB: Starting crash recovery.
2015-07-30 13:08:05 8408 [Note] InnoDB: Reading tablespace information from the .ibd files...
2015-07-30 13:08:05 8408 [Note] InnoDB: Restoring possible half-written data pages 
2015-07-30 13:08:05 8408 [Note] InnoDB: from the doublewrite buffer...
2015-07-30 13:08:06 8408 [Note] InnoDB: 128 rollback segment(s) are active.
2015-07-30 13:08:06 8408 [Note] InnoDB: Waiting for purge to start
2015-07-30 13:08:06 8408 [Note] InnoDB: 5.6.25 started; log sequence number 2075306
2015-07-30 13:08:06 8408 [Note] Server hostname (bind-address): '*'; port: 3306
2015-07-30 13:08:06 8408 [Note] IPv6 is available.
2015-07-30 13:08:06 8408 [Note]   - '::' resolves to '::';
2015-07-30 13:08:06 8408 [Note] Server socket created on IP: '::'.

我仍然试图谷歌找到答案,但到目前为止我能找到的所有答案都表明端口是问题,而在这种情况下它不是

0 个答案:

没有答案