File Size Too Large When Importing To mySQL Database

This is an easy fix as long as you have access to the php.ini file. If you run into a file size error, open php.ini in your PHP folder and make changes to the following lines:

  • values of upload_max_filesize (Default 2M)
  • memory_limit (Default 16M)
  • and post_max_size (Default 8M)


Leave a Comment

Spam protection by WP Captcha-Free