Maximum execution time of 300 seconds exceeded

为什么80%的码农都做不了架构师?>>>   hot3.png

1) Go to xampp\phpMyAdmin\

2) Open config.inc.php.

3) Search for $cfg['ExecTimeLimit'] = 300;

4) Change to 0 for unlimited or put a larger value.

5) If not found, look in xampp\phpMyAdmin\libraries for config.default.php

6) Search for $cfg['ExecTimeLimit'] = 300;

7) Change to 0 for unlimited or put a larger value.

8) Save the file and restart the server.

转载于:https://my.oschina.net/ALEEEx/blog/760626

你可能感兴趣的:(Maximum execution time of 300 seconds exceeded)