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

WBOY
Release: 2016-07-21 15:01:18
Original
946 people have browsed it

[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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!