Mar 10
28
File Size Too Large When Importing To mySQL Database
Leave a comment »
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)