[Quickly and comprehensively master WAMPServer] 12. Summary of WAMPServer troubleshooting experience

Network Management Xiaojia/sysadm.cc

Network Management Xiaojia/sysadm.cc

As we all know, to engage in development, you need to first build a corresponding programming and debugging environment.

For PHPer, when many newbies like me get started, they usually choose some integrated development environment packages, including WampServer.

The integrated environment package has been criticized by many people, saying that it has various problems, and then strongly recommends novices to develop in the Linux environment as much as possible.

As a veteran with dozens of months of experience, I would like to say that integration packages have the benefits of integration packages. Especially for novices who are just getting started, they can greatly simplify the process of setting up an environment so that they can get started in development exercises as soon as possible. .

For those with certain experience, quickly establishing a development environment for testing is also one of the advantages of the integrated package. Not everyone commonly uses Linux, right?

Therefore, there is no need to say that one is good and the other is bad. It depends on the scene you use it. Whether the weapon is good or bad, strong or weak, the key depends on how you use it.


Previously, I made and packaged a batch processing applet that can install WampServer with one click, which is convenient for many newbies.

前文参考:《WampServer最新版一键安装》

However, even though one-click installation has improved a lot of efficiency, there may still be many installation sequelae for some friends who are just getting started.

This article will translate the troubleshooting content collected and summarized on the WampServer forum into Chinese and add some specific explanations based on my personal experience in order to further clarify the confusion of friends who encounter difficulties.

It is important to note that the following content can be read before you officially start installing WampServer. As the saying goes, there are only advantages and no disadvantages in being prepared.

Prerequisites for WampServer to run properly after installation is complete

任务栏中的 WampServer 图标正常情况下应该是绿色的。
如果图标不是绿色的,那么这意味着 Apache/PHP/MySQL/MariaDB 这些服务中至少有一项未能正常启动。

So next, let us look at how to deal with actual problems that may be encountered...


Follow Xiaojia, the network administrator, to view all collection contents!


"[Necessary series for beginners to get started with PHP] Quickly and comprehensively master WAMPServer" tutorial list:

[Quickly and comprehensively master WAMPServer] 01. First time meeting, please take care of me

[Quickly and comprehensively master WAMPServer] 02. Things you must know before intimate contact

[Quickly and comprehensively master WAMPServer] 03. Play with installation and upgrades

[Quickly and comprehensively master WAMPServer] 04. First experience in life

[Quickly and comprehensively master WAMPServer] 05. Understand Apache

[Quickly and comprehensively master WAMPServer] 06. Understand PHP

[Quickly and comprehensively master WAMPServer] 07. Understand MySQL and MariaDB

[Quickly and comprehensively master WAMPServer] 08. If you want to play multiple sites, you must understand the creation and use of virtual hosts

[Quickly and comprehensively master WAMPServer] 09. How to install Composer in WAMPServer

[Quickly and comprehensively master WAMPServer] 10. In the HTTP2.0 era, let WampServer enable SSL!

[Quickly and comprehensively master WAMPServer] 11. Pitfalls encountered when installing PHP extensions

[Quickly and comprehensively master WAMPServer] 12. Summary of WAMPServer troubleshooting experience

[Quickly and comprehensively master WAMPServer] 13. Are you having trouble debugging PHP? Ask xDebug to help!

[Quickly and comprehensively master WAMPServer] 14. Upgrading methods of various components

Insert image description here

Guess you like

Origin blog.csdn.net/kydd2008/article/details/135332160