I have installed mysql on my machine at home. I dumped my data from another database to a file called db.sql. I want to load it into my database at home. I've tried using the source command with the path of the file but it says it cannot find the source. Here is my syntax
source 'c:\documents and settings\some folder\db.sql' I know the path is right but it says it cannot find it. I have tried without the quotes and that does not work either. How can I get this into my database. Thanks.