Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    Increase File upload limit in MyPhpAdmin WAMP 3.1.3

    Posted in procedures on 17 September 2018 by vectordesign
    1.  navigate to C:\wamp\alias ( or where you installed WAMP)
    2. open phpmyadmin.conf


    # To import big file you can increase values
    php_admin_value upload_max_filesize 128M
    php_admin_value post_max_size 128M
    php_admin_value max_execution_time 360
    php_admin_value max_input_time 360

    Edit the file to meet your needs, DON’T FORGET to extend the max execution time as well

    # To import big file you can increase values
    php_admin_value upload_max_filesize 250M
    php_admin_value post_max_size 250M
    php_admin_value max_execution_time 900
    php_admin_value max_input_time 900

    Leave a Reply