How do I restore a dump file from mysqldump?
It should be as simple as running this: If the dump is of a single database you may have to add a line at the top of the file: If it was a dump of many databases, the use statements are already in there. To run these commands, open up a command prompt (in Windows) … Read more