Resolve PHP mysql_query execution timeout of Fatal error: Maximum execution time...

  • 2020-07-21 07:09:52
  • OfStack

[Error cause] : mysql_query execution timeout.
[Solution] : Modify the value of max_execution_time in ES3en.ini, default to 300, in seconds, for example:
;max_execution_time = 300
; Change it to:
max_execution_time = 3000
Finally, restart the service manager

Related articles: