Home  >  Article  >  Backend Development  >  Solution to phpStudy's slow access speed and startup failure, phpstudy is slow_PHP tutorial

Solution to phpStudy's slow access speed and startup failure, phpstudy is slow_PHP tutorial

WBOY
WBOYOriginal
2016-07-12 09:04:291474browse

The solution to the slow access speed of phpStudy and the failure to start, the slow speed of phpstudy

The following will introduce the solution to the slow access speed of phpstudy.

1. Modify the mysql database link address to ip address 127.0.0.1.

2. Using the latest version, this has been frustrating me for a long time.

The following paragraph is about the solution to the failure to start phpstudy.

php5.3, 5.4 and apache are all compiled with vc9, and the computer must have the vc9 runtime installed to run.

php5.5 and 5.6 are compiled with vc11. If you use php5.5 and 5.6, you must install the vc11 runtime library.

vc9 and vc11 runtime library download: http://pan.baidu.com/s/1gd0y1Qb

Only php5.5 and above are 64-bit, others are 32-bit. Therefore, it is best to install the 32-bit runtime library on a 64-bit system.

=================================== 

Solutions when phpStudy fails to start

phpStudy failed to start. The first reason is that it is blocked by the firewall. The second reason is that port 80 has been occupied by other programs, such as IIS, Thunder, etc. The third reason is that the VC9 runtime library is not installed, and both php and apache are compiled with VC9. Solve the above three problems and 99% of the time the installation can be successful

In order to reduce errors, the installation path must not contain Chinese characters. If a firewall is turned on, you will be prompted whether to trust httpd and mysqld to run. Please select allow all.

Because it involves registration services, self-extracting, etc., some stupid xx anti-virus guards and xx dogs will falsely report viruses. If you are worried, you can scan it yourself after installation.

It is best to turn off xx anti-virus guard and install phpStudy after xx.

32-bit VC9 runtime library download: http://www.microsoft.com/zh-CN/download/details.aspx?id=5582
Download the 64-bit VC9 runtime library: http://www.microsoft.com/zh-CN/download/details.aspx?id=15336

For users who are not administrators, please right-click and run as administrator. Management involving service processes must be run as an administrator.

If the port problem cannot be started, please use the menu "Environment Port Detection" to perform port detection and try to start. The most important point is that your machine must have the VC9 runtime installed, and the phpStudy installation path must not contain Chinese characters.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1073125.htmlTechArticleThe solution to the slow access speed of phpStudy and the failure to start up. The following is the solution to the slow access speed of phpstudy. way. 1. Modify the mysql database link address to the ip address...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn