Script timeout passed, if you want to finish import, please resubmit the same file and import will resume

后端 未结 8 1554
既然无缘
既然无缘 2021-01-30 11:00

I have a database Un-zipped size 50mb zipped size 7mb So when I try to import the database zipped(7mb) after few minutes it is throwi

8条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 11:27

    WampServer Version 3 - Windows

    Open config.default.php

    You can find it here

    C:\wamp\apps\phpmyadmin\libraries\config.default.php
    

    Search for ExecTimeLimit

    /**
     * maximum execution time in seconds (0 for no limit)
     *
     * @global integer $cfg['ExecTimeLimit']
     */
    $cfg['ExecTimeLimit'] = 300;
    

    increase the value of $cfg['ExecTimeLimit'] or set it to 0 for no limit

提交回复
热议问题