Import large SQL file using WAMP’s Apache

Change post_max_size and upload_max_filesize in php.ini to a higher value:

post_max_size = 75M
upload_max_filesize = 75M

WAMP trayicon -> Restart All Services.

Needed for Drupal autopath:

Enable Apache rewrite_module (R click in WAMP trayicon -> Apache -> Apache modules -> rewrite_module)