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

后端 未结 8 1578
既然无缘
既然无缘 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条回答
  •  一个人的身影
    2021-01-30 11:25

    Xampp in Ubuntu

    If you are importing your database using PhpMyAdmin, then there's a configuration file for it:

    /opt/lampp/phpmyadmin/libraries/config.default.php

    Open this configuration file in any editor and change $cfg['ExecTimeLimit'] = 300; to $cfg['ExecTimeLimit'] = 0;

    Restart your localhost, now you don't have any time limit.

提交回复
热议问题