WAMP installed on my computer encountered an error when importing a relatively large database (larger than 2M) and could not be imported.
Find the solution:
There are three places in the php.ini configuration file that need to be changed:
upload_max_filesize
memory_limit
post_max_size
These three values All changes were made based on the actual situation. After restarting the server, although the import still shows the maximum limit: 2,048 KB);
, it can actually import a large database. . .