importing sql file into a database using wamp
I tried importing my yyy.sql file ( a large file) into xxx database through wampserver. I copied yyy.sql file to C: drive and through mysql console mysql> use xxx mysql>source C:\yyy.sql when I execute these commands it seems its reading each row. after that it gives mysql> and when I check the xxx database it's showing empty. what's wrong? Meer Option 1; PHPMyAdmin 1. left click wamp -> phpmyadmin 2. select database then click import (top right) 3. locate the database and click go. Option 2; Using the command line. The easiest way to import a sql file into a database in WAMP, using command