Home>Article>Backend Development> Do I need to install mysql after installing phpstudy?
phpStudy is a program integration package for PHP debugging environment.
This package integrates the latest Apache PHP MySQL phpMyAdmin ZendOptimizer. It can be installed once and can be used without configuration. It is a very convenient and easy-to-use PHP debugging environment. The program not only includes a PHP debugging environment, but also development tools, development manuals, etc.
For novices learning PHP, environment configuration under WINDOWS is a very difficult task; for veterans, it is also a cumbersome task. So whether you are a newbie or an experienced user, this package is a good choice. (Recommended learning:PHP video tutorial)
1. MySQL database username: root, password root, please reset the password after installation.
2. This program supports one-click switching between PHP5.3 and PHP5.4, and supports two startup modes: system service and non-service, with free switching. It can run normally even if you change the installation path or copy it to another computer; it can run even if you change the path after running it, so no configuration is really required. Rewrite the control panel to start and stop the control program more effectively and intuitively.
3. Comes with its own FTP server, supports multiple users, and does not need to install an FTP server. It comes with a built-in website hacking monitor that records file modifications at any time, so that hacking files have nowhere to escape.
4. Produce Nginx version and Lighttpd version at the request of netizens. The Nginx version is phpfind, and the Lighttpd version is phpLight.
Special Note
1. 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.
2. This is the apache php solution. If you need the Nginx php solution, please download phpfind from the official website. For the Lighttpd PHP solution, download phpLight.
3. After reinstalling the system or when related services are lost, just click "Run Mode - Application".
4. You can uninstall related services through the menu "Uninstall related services".
5. Right-click on the three start-stop buttons of "Start", "Stop" and "Restart" to selectively start and stop, and the left-click will control all starts and stops.
6. Menu "phpStudy Settings" can carry out related settings of php, apche and mysql. Menu "Site Domain Name Settings" allows you to add sites and domain names.
7. This program is divided into installation version and non-installation version. Whether it is installation or installation-free, the final effect is exactly the same.
8. If the port cannot be started due to port problems, please use the menu "Force Start Port" to perform port detection and try to start.
The difference between system service and non-service startup:
System service startup: It will start when you turn on the computer. It is suitable for regular use or as a server. No need to start it manually. The service will start automatically. Started when the computer is turned on, the advantage is that the program runs stably.
Non-service startup: It needs to be started manually, suitable for occasional and frequent use. Related processes will not be started when not in use, thereby saving computer resources.
Note: During the installation process, if a firewall is turned on, when registering to start the service, you will be prompted whether to trust the operation of httpd, mysqld-nt, and ports 80, 3306, etc. Please select allow.
The above is the detailed content of Do I need to install mysql after installing phpstudy?. For more information, please follow other related articles on the PHP Chinese website!