I want to import an SQL file (size > 500MB) into a database. I have wamp on my PC. Phpmyadmin does not work well with this size. I changed all parameters in php.ini (max_upload_
First open Your cmd pannel
And enter
mysql -u root -p (And Hit Enter)
After cmd ask's for mysql password (if you have mysql password so enter now and hit enter again)
now type
source mysqldata.sql(Hit Enter)
Your database will import without any error