Giving script timeout passed on database import

后端 未结 4 1094
执念已碎
执念已碎 2021-01-05 03:54

I am using wamp server.I am trying to import the database in phpmyadmin. but its showing

Script timeout passed, if you want to finish import, please resubmit same f

4条回答
  •  青春惊慌失措
    2021-01-05 04:37

    Add following code

    $cfg['ExecTimeLimit'] = 0;

    in your phpmyadmin config.inc.php and it will solve your timeout problem, this should work on both XAMPP and WAMP

提交回复
热议问题