Problem restoring database from a sql file created by mysqldump

2003-07-30 Thread Gilbert Wu
Hi, I used the command similar to the following to dump out both the structure and contents of my database: mysqldump -F -u root --opt tradingdata c:tradingdatadump.sql I got an error half way through restoring the database into another test database using the following command: mysql -u

Re: Problem restoring database from a sql file created by mysqldump

2003-07-30 Thread Paul DuBois
At 18:01 +0100 7/30/03, Gilbert Wu wrote: Hi, I used the command similar to the following to dump out both the structure and contents of my database: mysqldump -F -u root --opt tradingdata c:tradingdatadump.sql I got an error half way through restoring the database into another test database