EasyPHP 16.1 autostart http & mysql

天涯浪子 提交于 2020-01-01 15:04:21

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!