I have been trying to import Database through phpMyAdmin. My database file is a.sql and it's size is 200MB I am trying to import this on local and phpMyAdmin is saying:
You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit.
i am try to edit php.ini
php_value upload_max_filesize 220M //file size
php_value post_max_size 220M
php_value max_execution_time 200
php_value max_input_time 200
Please help I really need this to work.