"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
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
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