[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~
http://www.bkjia.com/PHPjc/328013.htmlwww.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...