Skip to content

Instantly share code, notes, and snippets.

@shah-smit
Created June 23, 2016 17:53
Show Gist options
  • Save shah-smit/703f7a388f9fa85e6f78e279a911e949 to your computer and use it in GitHub Desktop.
Save shah-smit/703f7a388f9fa85e6f78e279a911e949 to your computer and use it in GitHub Desktop.
Increase upload size of the file in phpmyadmin
php_value upload_max_filesize 120M //file size
php_value post_max_size 120M
php_value max_execution_time 200
php_value max_input_time 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment