I have several sql files and I want to import all of them at once into a MySQL database.
sql
I go to PHPMyAdmin, access the databa
PHPMyAdmin
Just type below command on your command prompt & it will bind all sql file into single sql file,
c:/xampp/mysql/bin/sql/ type *.sql > OneFile.sql;