current location:Home > Technical Articles > Operation and Maintenance > phpstudy
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- 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.
- phpstudy 8374 2019-10-30 14:49:23
-
- 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".
- phpstudy 8431 2019-10-30 11:48:10
-
- 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.
- phpstudy 14180 2019-10-30 11:37:10
-
- 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.
- phpstudy 5672 2019-10-30 11:25:39
-
- 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.
- phpstudy 11927 2019-10-29 21:17:51
-
- 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.
- phpstudy 6550 2019-10-21 11:11:23
-
- 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.
- phpstudy 11393 2019-10-21 10:51:14
-
- 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.
- phpstudy 8775 2019-10-21 10:29:23
-
- 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.
- phpstudy 4802 2019-10-21 10:21:36
-
- 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.
- phpstudy 6192 2019-10-19 13:29:33
-
- Where is the default path of phpstudy website?
- The default path of the phpstudy website is in the PHPTutorial\WWW directory under the installation directory. We can also click on the other options menu on the main interface of the software - phpStudy Settings - General Port Settings to view the website path.
- phpstudy 9521 2019-10-18 15:05:04
-
- What to do if you forget the password for phpstudy database
- Solution for forgetting the password of phpstudy database: 1. Open phpstudy and click Start; 2. Click "Other Options Menu" in the lower right corner; 3. Find MySQL Tools -> Reset Password; 4. Enter the new password; 5. Open phpMyAdmin and log in. Can.
- phpstudy 5838 2019-10-18 14:42:19
-
- Can phpstudy be used without internet?
- phpstudy can be used without an Internet connection because it integrates the latest Apache+PHP+MySQL+phpMyAdmin+ZendOptimizer, so there is no need to connect to the Internet to download additional environments.
- phpstudy 4398 2019-10-18 14:23:23
-
- What port can phpstudy use?
- The port numbers that phpstudy can use are 1024-65535. These ports are user ports and will not conflict with system services. Therefore, it is recommended to use port numbers after 1024.
- phpstudy 4303 2019-10-18 14:07:18
-
- phpstudy cannot connect to mysql
- The solution to the problem that phpstudy cannot connect to mysql is: 1. Find the my.ini file in the phpstudy installation directory; 2. Find the mysqld option in the file and add a line of skip-grant-tables.
- phpstudy 8220 2019-10-18 18:08:03