Linux – Import Multiple .sql dump files into mysql database
If you have a directory with a bunch of .sql files that mysql dumps of each database on my server. e.g. database1-2011-01-15.sql database2-2011-01-15.sql … To import all to the db we can:
If you have a directory with a bunch of .sql files that mysql dumps of each database on my server. e.g. database1-2011-01-15.sql database2-2011-01-15.sql … To import all to the db we can: