
-
All
-
web3.0
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Backend Development
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Web Front-end
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Database
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Operation and Maintenance
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Development Tools
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
PHP Framework
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Common Problem
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Other
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Tech
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
CMS Tutorial
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Java
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
System Tutorial
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Computer Tutorials
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Hardware Tutorial
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Mobile Tutorial
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Software Tutorial
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-
-
Mobile Game Tutorial
-
Mac OS
-
Linux Operation and Maintenance
-
Apache
-
Nginx
-
CentOS
-
Docker
-
LVS
-
vagrant
-
debian
-
zabbix
-
kubernetes
-
ssh
-
fabric
-

How to upgrade phpstudy
phpstudy upgrade: 1. Export the site domain name from "Other Options Menu" - "Site Domain Name Management" before upgrading. 2. Download the latest version and install it in the original path. Your program and database will not be overwritten. 3. Import the domain name from "Site Domain Name Management" and click "Save and Generate Configuration File".
Oct 30, 2019 pm 04:43 PM
How to run php files in phpstudy
How to run php files in phpstudy: Put our php files in the www directory of phpstudy, open phpstudy's Apache and mysql, and then enter http://localhost/xx.php in the browser to run the php files.
Oct 30, 2019 pm 04:33 PM
How to export database in phpstudy
How to export the database with phpstudy: Open phpstudy and click Mysql import and export in the Mysql manager, then enter the password and backup database name, and click export.
Oct 30, 2019 pm 03:29 PM
How to configure phpstudy2018
phpstudy2018 configuration: Open phpstudy2018, open the other options menu in the application interface, find the site domain name management and open it, configure the domain name in the site management interface, and then find the hosts file of phpstudy2018 and modify the URL of the corresponding domain name.
Oct 30, 2019 pm 03:06 PM
phpstudy500 error
The phpstudy500 error is due to an error when manually selecting the path. We can find the nginx configuration file and correct the path in this file to solve the problem.
Oct 30, 2019 pm 02:49 PM
phpstudy how to run patterns
After phpstudy opens the software by default, a green dot is displayed, indicating that all services are started. Sometimes when installing phpStudy, the service never starts, making the program unusable at all. In this case, just select "Non-system service".
Oct 30, 2019 am 11:48 AM
The difference between phpstudy and xampp
The difference between phpstudy and xampp: phpStudy is a program integration package for PHP debugging environment, which can switch the php version at will. XAMPP (Apache+MySQL+PHP+PERL) is a powerful website building integrated software package.
Oct 30, 2019 am 11:37 AM
The difference between phpstudy and appserv
The difference between phpstudy and appserv: phpStudy is a program integration package for PHP debugging environment. AppServ is a PHP web page building tool package. The author repackages some free website building resources on the Internet into a single installation program to facilitate beginners to quickly complete the website building.
Oct 30, 2019 am 11:25 AM
phpstudy database cannot be started
The failure of the phpstudy database to start may be due to port occupation. We can solve the problem by ending the occupied ports. Use the command netstat -ano in cmd to view all port conditions, and use the taskkill command to close the relevant ports.
Oct 29, 2019 pm 05:07 PM
phpstudy cannot open localhost
The solution to the problem that phpstudy cannot open localhost: first open the httpd.conf file and uncomment httpd-vhosts.conf; then configure the virtual host of localhost; finally comment out the ServerName in httpd.conf.
Oct 21, 2019 am 11:11 AM
phpstudy cannot start apache
The solution to the problem that phpstudy cannot start apache: first open the firewall and add phpStudy to the allowed applications; then unblock port 80; then install the v9 runtime library; then modify the httpd.conf and vhosts.conf files; finally run phpStudy to start successfully.
Oct 21, 2019 am 10:51 AM
How to export database in phpstudy
How to export the database in phpstudy: first click MySQL Manager-MySql Import and Export on the main interface of phpstudy; then enter the MySQL password and database name; finally click Export.
Oct 21, 2019 am 10:29 AM
How to reinstall phpstudy
How to reinstall phpstudy: first open the task manager; then find the httpd.exe and mysqld.exe processes and close them; then delete the entire phpstudy directory and reinstall.
Oct 21, 2019 am 10:21 AM
What is the reason why apache fails to start in phpstudy?
The reasons why apache fails to start in phpstudy are: 1. Firewall interception; 2. The VC9 runtime library is not installed, and both php and apache are compiled with VC9; 3. Port 80 has been occupied by other programs, such as IIS, etc.
Oct 19, 2019 pm 01:29 PM
Hot tools Tags

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use
