Home > Article > PHP Framework > Cancel the 30 second time limit for thinkphp to operate mysql
The following thinkphp framework tutorial column will introduce to you how to cancel the 30-second time limit for thinkphp to operate mysql. I hope it will be helpful to friends in need!
Specific question:
How to cancel the 30-second time limit for thinkphp to operate mysql?
Maximum execution time of 30 seconds exceeded,
How to avoid thinkphp operating mysql 30 seconds limit
Solution:
1.30 s is not a TP setting
2.30s is not the upper limit of database time execution
3. The default period from one PHP request to the end is 30S, and the memory limit is 128M php.ini Parameters can be changed~~
Related recommendations:The latest 10 thinkphp video tutorials
The above is the detailed content of Cancel the 30 second time limit for thinkphp to operate mysql. For more information, please follow other related articles on the PHP Chinese website!