On Mon, Feb 19, 2001 at 09:26:34PM +0100, jaco wrote:
> I'm having problems with mysqldump too.
> 
> I'm trying it on a Suse Linux 6.2 system, from the /usr/bin directory as root, 
>typing ./mysqldump --all-databases > backup.sql
> 
> as is explained on  http://www.mysql.com/doc/m/y/mysqldump.html
> 

Yes, that's the manual for the latest release, 3.23.34.


> The response is :   ./mysqldump: unrecognized option `--all-databases'
> 

Are you by any chance using 3.22.x? In the 3.22.27 sources I
see that all-databases is not implemented yet, so you won't
have any luck with this option.

You will need to run mysqldump for each database, one at a
time. Maybe you have a 3.22.x manual lying around somewhere.
I don't think they keep them online at the MySQL site
(unfortunately).

You can ask for mysqldump options (and its version) by typing 
mysqldump --help.


Regards,

Fred.

-- 
Fred van Engen                              XO Communications B.V.
email: [EMAIL PROTECTED]             Televisieweg 2
tel: +31 36 5462400                         1322 AC  Almere
fax: +31 36 5462424                         The Netherlands

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