How to solve time out in phpmyadmin?

后端 未结 10 1372
野性不改
野性不改 2020-11-29 21:30

I want import huge (at least 300 mb) sql scripts via phpMyAdmin.

I\'ve tried:

post_max_size = 750M
upload_max_filesize = 750M
max_ex         


        
10条回答
  •  感动是毒
    2020-11-29 22:12

    I was having the issue previously in XAMPP localhost with phpmyadmin version 4.2.11.

    Increasing the timeout in php.ini didn't helped either.

    Then I edited xampp\phpMyAdmin\libraries\config.default.php to change the value of $cfg['ExecTimeLimit'], which was 300 by default.

    That solved my issue.

提交回复
热议问题