How to Import 1GB .sql file to WAMP/phpmyadmin
I suspect you will be able to import 1 GB file through phpmyadmin But you can try by increasing the following value in php.ini and restart the wamp. post_max_size=1280M upload_max_filesize=1280M max_execution_time = 300 //increase time as per your server requirement. You can also try below command from command prompt, your path may be different as … Read more