Skip to content

Instantly share code, notes, and snippets.

@pauloharaujos
Created February 8, 2018 00:55
Show Gist options
  • Save pauloharaujos/68fe9a955124f122e37c5d572ebf66d8 to your computer and use it in GitHub Desktop.
Save pauloharaujos/68fe9a955124f122e37c5d572ebf66d8 to your computer and use it in GitHub Desktop.
Erro upload BD - PhpMyAdmin
Find php.ini file and change for this :
upload_max_filesize = 500M
post_max_size = 1000M
memory_limit = 512M
max_execution_time = 3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment