Home  >  Article  >  Backend Development  >  Solve PHP mysql_query execution timeout (Fatal error: Maximum execution time…)_PHP tutorial

Solve PHP mysql_query execution timeout (Fatal error: Maximum execution time…)_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:01:18946browse

[Error reason]: mysql_query execution timeout.
[Solution]: Modify the value of max_execution_time in php.ini, the default is 300, the unit is seconds, for example:
;max_execution_time = 300
;Change it to:
max_execution_time = 3000
Finally, restart the service manager i.e. Yes~

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/328013.htmlTechArticle[Error reason]: mysql_query execution timeout. [Solution]: Modify the value of max_execution_time in php.ini, The default is 300, the unit is seconds, for example: ;max_execution_time = 300...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn