Hi!
c:\mysql\bin>mysqldump --all-databases > alldbdump.sql
Using the above command i have taken the dump of all the databases. Now i want to restore all the databases in the dump to a new machine.How to do it?I have to use the Load data Infile or is there any other way.Buy using the load data infile .txt files can be imported to table.
Now i have one dump file(alldbdump.sql)?
Many Thanks!