Advertisement
rodro1

mysql import time exceed fix (Big data import)

Nov 20th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Add this line to xampp\phpmyadmin\config.inc.php
  2. $cfg['ExecTimeLimit'] = 6000;
  3.  
  4. And Change xampp\php\php.ini to
  5. post_max_size = 750M
  6. upload_max_filesize = 750M
  7. max_execution_time = 5000
  8. max_input_time = 5000
  9. memory_limit = 1000M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement