donglvchu9143 2015-10-03 21:33
浏览 79
已采纳

致命错误:C:\ Program Files(x86)\ EasyPHP-DevServer-14.1VC9 \ modules \ phpmy超出30秒的最大执行时间

I got this error in EasyPhp when I try to access to EasyPhp MyAdmin to see my database.

Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\modules\phpmyadmin414x150807154856\libraries\dbi\DBIMysqli.class.php on line 285

Please Help !

  • 写回答

1条回答 默认 最新

  • drxpt06820 2015-10-03 21:56
    关注

    Ads this at the top of your php script

    set_time_limit(0);
    ignore_user_abort(1);
    

    set_time_limit - Limits the maximum execution time (0 is unlimited)
    ignore_user_abort - Set whether a client disconnect should abort script execution

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 已知隐函数其中一个变量τ的具体值,求另一个变量
  • ¥15 r语言Hurst指数
  • ¥15 Acrn IVSHMEM doorbell问题
  • ¥15 yolov5中的val测试集训练时数量变小问题
  • ¥15 MPLS/VPN实验中MPLS的配置问题
  • ¥15 materialstudio氢键计算问题
  • ¥15 echarts图表制作
  • ¥15 halcon根据玻璃面板纹路取区域
  • ¥15 HFSS设计小型化180度耦合器
  • ¥15 使用CInternetSession,CHttpFile读取网页文件时有些电脑上会卡住怎么办?