Re: Restore using mysqldump (MySQL 4.1.12)

2005-10-12 Thread SGreen
"John Doneker" <[EMAIL PROTECTED]> wrote on 10/11/2005 04:43:40 PM: > Hi, I am trying to restore from an .sql file created by mysqldump. > To restore I am using mysqldump as well. > > I deleted all of the rows in a table. > When I restore it is still empty. > > I noticed on my screen that the d

Re: Restore using mysqldump (MySQL 4.1.12)

2005-10-12 Thread Arno Coetzee
John Doneker wrote: Hi, I am trying to restore from an .sql file created by mysqldump. To restore I am using mysqldump as well. I deleted all of the rows in a table. When I restore it is still empty. I noticed on my screen that the dump does inserts but the restore does not. I am using the -c

Restore using mysqldump (MySQL 4.1.12)

2005-10-12 Thread John Doneker
Hi, I am trying to restore from an .sql file created by mysqldump. To restore I am using mysqldump as well. I deleted all of the rows in a table. When I restore it is still empty. I noticed on my screen that the dump does inserts but the restore does not. I am using the -c option. Can someone