Fatal error : execution time of 30 seconds exceeded in phpMyAdmin

后端 未结 5 1373
太阳男子
太阳男子 2020-12-08 17:05

I have a MySQL table which contains 6.5 million records. When I try to access that table from phpMyAdmin I get:

Fatal error: Maximum execution time of

5条回答
  •  独厮守ぢ
    2020-12-08 17:39

    you need to set max_execution_time in php.ini

    max_execution_time=6000

    HAPPY CODING

提交回复
热议问题