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:
-
- phpstudymysqla service cannot be started
- I have installed MySQL before, so I need to delete MySQL in the system service and leave the MySQL service. Enter: sc delete mysql at the cmd command line to delete. When we use the sc delete service name in cmd and it fails, it may be that the permissions are insufficient and we need to use administrator permissions to execute the command.
- phpstudy 7511 2019-07-13 09:48:40
-
- Does phpstudy charge?
- phpstudy is free and is a public welfare software under the php Chinese website. phpstudy is not only a relatively easy-to-use PHP debugging environment tool, but also includes development tools and common manuals, which is of great help to novices.
- phpstudy 7424 2019-07-04 11:58:38
-
- phpStudy2018 Nginx404
- phpStudy2018 uses php7+nginx. There was no problem for the first half of the day. I don’t know what happened. Then after adding a site configuration, a 404 problem suddenly appeared.
- phpstudy 8333 2019-08-12 17:56:10
-
- phpstudy What is the default password for mysql
- phpstudy mysql default password and username are root. phpStudy is a program integration package for PHP debugging environment. The program not only includes a PHP debugging environment, but also development tools, development manuals, etc.
- phpstudy 14073 2019-07-01 13:26:28
-
- Is phpstudy a web server?
- Does not belong. 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.
- phpstudy 6090 2019-07-01 10:04:34
-
- How to build a database in phpstudy
- 1. First click to open the phpstudy software, and then call the mySQL manager. 2. Enter the PHPmyadmin login interface. The default account and password are root. 3. Click Database and enter the required data name. 4. Select the user and click "Next" to add the user. 5. Fill in the user name and select local as the host.
- phpstudy 16710 2019-08-14 18:07:32
-
- phpstudyWhy is Apache showing red light?
- The red light on Apache in phpstudy is because Apache failed to start. Solution: First check which program occupies port 80. After getting the PID of the program using port 80, open the task manager, find the program corresponding to the PID and close it. Finally, you can successfully start phpstudy.
- phpstudy 28730 2019-07-27 09:40:59
-
- How to install mongodb extension in phpstudy?
- Steps for phpstudy to install the mongodb extension: 1. Download the mongodb extension. 2. After downloading, unzip it and copy the file to the ext directory of php5.6. 3. Open the php.ini file and write extension=php_mongo.dll. 4. Restart apache.
- phpstudy 6761 2019-06-17 18:38:29
-
- How to configure virtual domain name in phpstudy?
- Steps to configure virtual domain name in phpstudy: 1. Open phpstudy, select [Other Options Menu] --> [Site Domain Name Management] to configure the site domain name. 2. Select [Other Options Menu]-->[Open hosts] to configure the hosts file. 3. Restart and access directly through the domain name.
- phpstudy 7989 2019-06-17 18:27:39
-
- How to create a database in phpstudy
- Steps for creating a database in phpstudy: 1. Open phpstudy and ensure that the software is running normally. 2. Click mysql manager to enter the phpMyAdmin login interface. 3. Select the "Database" option on the right, enter the required data name, and click Create.
- phpstudy 17985 2019-08-03 18:01:07
-
- The difference between phpstudy and wampserver
- Both phpstudy and wamp are integrated environments. There is not much difference, but there are some subtle differences. The php version can switch to multiple php versions, but for wamp, you need to be familiar with AMP. If you are not very familiar with AMP, you may not be able to Correct configuration. Wamp has stronger compatibility and phpstudy is more secure.
- phpstudy 12949 2019-06-17 09:40:24
-
- How to use phpstudy
- To switch the version, use "Switch Version" to switch the version to PHP5.6.27. Turn on the extension, select "Other Options Menu"->PHP Extensions and Settings->PHP Extensions, and check 'php_openssl'. Configure the virtual host, select "Other Options Menu"->Site Domain Name Management->New->Save and generate configuration.
- phpstudy 6117 2019-06-17 09:24:00
-
- How to set the port in phpstudy
- Steps to set the port in phpstudy: 1. Open the software, and then select [Other Options Menu]--[phpStudy Settings]--[Port General Settings]. 2. Enter the port general setting interface, modify the port, and select Apply. 3. Restart phpstudy.
- phpstudy 8588 2019-06-14 16:57:03
-
- How to uninstall phpstudy?
- Steps to uninstall phpstudy: 1. Open the task manager and end the three processes (two httpd.exe and Mysql); 2. Delete the PHPstudy installation folder and installation package; delete them thoroughly.
- phpstudy 14097 2019-06-14 16:38:17
-
- What should I do if port 80 is occupied when phpstudy is running?
- Methods to solve the problem that port 80 is occupied when phpstudy is running: 1. Check what program occupies port 80; 2. Use cmd to check the port and program ID occupied by the program on the current computer; 3. End it in the computer's task manager process.
- phpstudy 22506 2019-06-13 18:36:30