Reputation: 2102
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.
Upvotes: 4
Views: 3178
Reputation: 3055
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.
run-devserver.ini
[StartRestartAllServers]
section, and copy the action it contains...[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.
Upvotes: 8