I was surprised to have spent two hours today tinkering with PHP toolboxes.
Because XAMPP is not suitable for beginners just started to learn PHP use, so I installed her PHP toolbox, this is a version of the software can be switched, I recommend, and do not need to configure!
But it is very annoying is Apache normal start, MySQL is unable to start, Baidu said also not how useful (different pole to kill, the final solution of the predecessor or Baidu), Baidu is said that most of the port problem, Apache is 80,mysql is 3306, However, detecting port occupancy information is secure, meaning that the port is not fatal.
I said that I have encountered this situation:
1. The registration table does not have MySQL (or mysqla) (specific location Baidu has);
2. Uninstall the PHP toolbox and completely delete the MySQL database, including the registry, but the facts are always so brutal;
3. Open the service, start the MySQL service failed (cannot find the path specified by the system)! This one is the most embarrassing.
The problem is roughly the same, say the solution:
1. You can first make sure that the MySQL database is completely erased, otherwise you will be able to get it. (The first time the installation database is ignored)
2. Next install the PHP Toolbox to see if it can be started (generally or not, but some can)
3. Check the port to see if 80 and 3306 are normal.
4.win+r Open the DOC->CMD,CD to the MySQL installation path under the bin directory, such as my path:
5. You can delete the contents of the registry again to prompt for deletion success (hint is successful)
6. Of course SC Delete simply deletes the service's subkeys in the registry, and the supporting services files are not deleted
7. Removed we certainly also want to install, otherwise the service does not start up (delete and install is for the service in the case of MySQL can not find the path, it is not necessary to find the operation, of course, if there is no other way to start up, you can also try, anyway, the start is not up, why not try? )
8. At this point we can start a try, net start MySQL if the start is successful, then say, I have no success ... Very worried about Mulberry.
9. Restart the computer (depending on the needs, I am because the PHP Toolbox will not open)
10. Found in the service MySQL more a mysqla, we start it, rather than start MySQL, this we do not have to worry about, and do not have to struggle with what is, start the service to start the PHP toolbox MySQL, to see if it is successful?
11. Unfortunately, I still failed, but my doc can start, I do not know if your success, then I found a very important place: PHP Toolbox Other Options Menu->php Toolbox settings, allow port directory
Perfect, all the problems have been solved. No software is very useful or very bad, mainly to see if there is patience to study its value. Thank you to watch carefully, if there is any problem can also direct message, or send me e-mail: 1760909338#qq.com Please change the # sign, thank you.
Good luck to you at last.
Troubleshoot PHP Toolbox (phpstudy) Apache boot success, MySQL does not start the issue