Home > Backend Development > PHP Tutorial > 解决PHP mysql_query执行超时(Fatal error: Maximum execution t_PHP

解决PHP mysql_query执行超时(Fatal error: Maximum execution t_PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 12:05:29
Original
1163 people have browsed it
【错误原因】:mysql_query执行超时.
【解决办法】:修改php.ini中的 max_execution_time的值,默认为300,单位是秒,例如:
;max_execution_time = 300
;将其改为:
max_execution_time = 3000
最后,重新启动服务管理器即可~
Related labels:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template