Frank Boehme wrote:

> First, I'll try your asgard dump. To make sure, I always run empty.sql
> on the database b4 I install new data.

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 ( 

Frank
 
-- 
Dr Frank Boehme                      | Email: [EMAIL PROTECTED]
National University of Ireland, Cork | phone: +353-21-4903163
Dept of Computer Science             |   fax: +353-21-4903113
Cork, Ireland                        |

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

Reply via email to