Frank Boehme wrote:

> Oh, I see: your dump creates the tables and doesn't drop them if they
> exist already. So I have to drop them first. BTW, personally I prefer
> mysqldump --opt ...
> because it dumps like this:
> 
> DROP TABLE IF EXISTS
> article;
> CREATE TABLE article (

I didn't know about that. Thanks for the tip.

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to