问题
I'm so confused, because each time I run EasyPHP I need to go through dashboard to start http and mysql server. It's really annoying. Is there any way to set easyphp to start http and mysql automaticaly? Now it takes 10 clicks to run site instead of 3 clicks in 14.1. And really more time.
回答1:
Using version 17, I had the same problem, and found a simple workaround :
Be sure to first back-up your .ini files if you have any doubt.
- Open
run-devserver.ini
- Search the
[StartRestartAllServers]
section, and copy the action it contains... - ...at the end of the
[StartupAction]
section.
Setting the values in eds.ini
did not change anything (I tried values "1", "true", "yes" and "Y")
For the record, those values are :
Autostart_httpserver=
Autostart_dbserver=
Maybe the .ini expects something else, like the full path or command ?
Anyway. Now, it works perfectly.
回答2:
This problem has been fixed with the last version (16.1.1).
来源:https://stackoverflow.com/questions/35700282/easyphp-16-1-autostart-http-mysql