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 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启