Saturday, November 21, 2009

Increase the Import File Size limit in phpmyadmin

  • Find the php.ini file, it's in the "\wamp\bin\apache\apache2.2.8\bin\php.ini " location.
  • Open it with WordPad.
  • Find (ctrl+f) the upload_max_filesize variable and change its default size of 2MB to any size you need.
  • Then restart the wampserver.