XAMPP使用PHP / MySQL运行速度非常慢

我的Windows 7计算机上安装了XAMPP.

我已经开发了一段时间但是我的开发已经停止了,因为XAMPP正在慢慢地渲染我的PHP页面.

它的运行速度非常慢,超过了我在PHP.ini文件中设置的30秒超时限制.

我不知道它可能会突然阻止它正常运行.

我尝试过以下方法:

>重新安装XAMPP并复制我的MySQL数据库文件和网站文件
>阅读了可能有用的文章后,取消激活我的防病毒/防火墙

但无济于事.

可能是我的MySQL数据库已损坏?

这不是我的MySQL查询很慢,因为我在我的网站上有完全相同的代码版本.

我只是在寻找纠正它的建议,以便我可以继续开发.

这是MySQL错误日志的最后一点

111119 17:24:11 [Note] Plugin ‘FEDERATED’ is disabled. 111119 17:24:11
InnoDB: The InnoDB memory heap is disabled 111119 17:24:11 InnoDB:
Mutexes and rw_locks use Windows interlocked functions 111119 17:24:11
InnoDB: Compressed tables use zlib 1.2.3 111119 17:24:11 InnoDB:
Initializing buffer pool, size = 16.0M 111119 17:24:11 InnoDB:
Completed initialization of buffer pool 111119 17:24:11 InnoDB:
highest supported file format is Barracuda. 111119 17:24:12 InnoDB:
Waiting for the background threads to start 111119 17:24:13 InnoDB:
1.1.8 started; log sequence number 1595675 111119 17:24:14 [Note] Event Scheduler: Loaded 0 events 111119 17:24:14 [Note]
c:\xampp\mysql\bin\mysqld.exe: ready for connections. Version:
‘5.5.16’ socket: ” port: 3306 MySQL Community Server (GPL) 111119
17:32:24 [Note] c:\xampp\mysql\bin\mysqld.exe: Normal shutdown

111119 17:32:24 [Note] Event Scheduler: Purging the queue. 0 events
111119 17:32:24 InnoDB: Starting shutdown… 111119 17:32:25 InnoDB:
Shutdown completed; log sequence number 1595675 111119 17:32:25 [Note]
c:\xampp\mysql\bin\mysqld.exe: Shutdown complete

111119 17:33:26 [Note] Plugin ‘FEDERATED’ is disabled. 111119 17:33:26
InnoDB: The InnoDB memory heap is disabled 111119 17:33:26 InnoDB:
Mutexes and rw_locks use Windows interlocked functions 111119 17:33:26
InnoDB: Compressed tables use zlib 1.2.3 111119 17:33:26 InnoDB:
Initializing buffer pool, size = 16.0M 111119 17:33:26 InnoDB:
Completed initialization of buffer pool 111119 17:33:26 InnoDB:
highest supported file format is Barracuda. 111119 17:33:27 InnoDB:
Waiting for the background threads to start 111119 17:33:28 InnoDB:
1.1.8 started; log sequence number 1595675 111119 17:33:28 [Note] Event Scheduler: Loaded 0 events 111119 17:33:28 [Note]
c:\xampp\mysql\bin\mysqld.exe: ready for connections. Version:
‘5.5.16’ socket: ” port: 3306 MySQL Community Server (GPL)

解决方法:

我曾经在xampp上遇到过与PHP相同的问题.一段时间后它开始减速,没有理由(代码,mysql,apache都很好).

我让它工作的方式是通过xampp的命令行界面.我已经将网络接口从v4v6切换到了v4;并且那已经完成了这个伎俩,然后在它再次减速之后不久……所以将v4恢复到v4v6固定,但再次恶化.

因此,在使用xampp多年后,我发现wamp工作得最好,并且在Windows 7上没有问题.

下载wamp;它也只有16mb(与xampp的44mb相比).
http://wampserver.com/

上一篇:php – 如何在Mac OS X 10.7 Lion上安装适用于XAMPP的eAccelerator


下一篇:php – 致命错误:未知:在Laravel 5.2 Auth中打开所需的错误失败