Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cristianstan/7821347 to your computer and use it in GitHub Desktop.
Save cristianstan/7821347 to your computer and use it in GitHub Desktop.
Wamp: Maximum execution time of 300 seconds exceeded
Wamp: Maximum execution time of 300 seconds exceeded
Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
And add this to C:\wamp\bin\mysql\mysql5.0.45\my.ini:
max_allowed_packet = 200M
Then restart wamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment