For example I use

mysqldump -c -h localhost -u pferdezeitung -p  pferdezeitung | gzip -9 > pz.sql.gz

my db is pferdezeitung, user is pferdezeitung, it will be written
to the dir i am in at the moment and zipped to pz.sql.gz - hence
I need create and write priviledges in that dir. Also,
mysqldump-dir should be in the path to be found, else you need to
give the path first.

Philippe Pham schrieb am Montag, 23. Juli 2001, 12:02:14:

> Thanks you ,

> But with mysqldump I don't know where the dump file will be store ?


> I just made a ./mysqldump -A



> ----- Original Message -----
> From: "Werner Stuerenburg" <[EMAIL PROTECTED]>
> To: "Philippe Pham" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, July 23, 2001 11:51 AM
> Subject: Re: Dumping a database


> use mysqldump - look for it in manual

> Philippe Pham schrieb am Montag, 23. Juli 2001, 11:16:08:

>> Who know how to dump a database for backup it.



> --
> Herzlich
> Werner Stuerenburg

> _________________________________________________
> ISIS Verlag, Teut 3, D-32683 Barntrup-Alverdissen
> Tel 0(049) 5224-997 407 · Fax 0(049) 5224-997 409
> http://pferdezeitung.de



> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)

> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-- 
Herzlich
Werner Stuerenburg            

_________________________________________________
ISIS Verlag, Teut 3, D-32683 Barntrup-Alverdissen
Tel 0(049) 5224-997 407 · Fax 0(049) 5224-997 409
http://pferdezeitung.de



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to