Re: Mysqldump password issue

2008-10-05 Thread Mel
On Thursday 02 October 2008 21:00:54 Matthew Seaman wrote: Andrei Brezan wrote: Hello list, I wanna do a mysqldump -u user -ppasswd --all-databases backup.sql and all I get is mysqldump: No match. This happens either i put --all-databases or I specify any of the databases. I

Re: Mysqldump password issue

2008-10-03 Thread Ivailo Tanusheff
by: [EMAIL PROTECTED] 02.10.2008 20:49 To [EMAIL PROTECTED] cc Subject Mysqldump password issue Hello list, I wanna do a mysqldump -u user -ppasswd --all-databases backup.sql and all I get is mysqldump: No match. This happens either i put --all-databases or I specify any of the databases. I

Mysqldump password issue

2008-10-02 Thread Andrei Brezan
Hello list, I wanna do a mysqldump -u user -ppasswd --all-databases backup.sql and all I get is mysqldump: No match. This happens either i put --all-databases or I specify any of the databases. I want to do a backup as user root, that's why I use all-databases opt. If I use the command:

Re: Mysqldump password issue

2008-10-02 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Andrei Brezan wrote: | Hello list, | | I wanna do a | mysqldump -u user -ppasswd --all-databases backup.sql | | and all I get is | mysqldump: No match. | | This happens either i put --all-databases or I specify any of the | databases. I want to do

Re: Mysqldump password issue

2008-10-02 Thread Matthew Seaman
Andrei Brezan wrote: Hello list, I wanna do a mysqldump -u user -ppasswd --all-databases backup.sql and all I get is mysqldump: No match. This happens either i put --all-databases or I specify any of the databases. I want to do a backup as user root, that's why I use all-databases opt. If I

Re: Mysqldump password issue

2008-10-02 Thread Brad Mettee
Shouldn't there be a space between -p and the password? Like this: mysqldump -u user -p passwd --all-databases backup.sql At 02:34 PM 10/2/2008, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Andrei Brezan wrote: | Hello list, | | I wanna do a | mysqldump -u user -ppasswd

Re: Mysqldump password issue

2008-10-02 Thread Andrei Brezan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew Seaman wrote: Andrei Brezan wrote: Hello list, I wanna do a mysqldump -u user -ppasswd --all-databases backup.sql and all I get is mysqldump: No match. This happens either i put --all-databases or I specify any of the databases. I

Re: Mysqldump password issue

2008-10-02 Thread Fred Condo
On Oct 2, 2008, at 12:00 PM, Matthew Seaman wrote: Andrei Brezan wrote: Hello list, I wanna do a mysqldump -u user -ppasswd --all-databases backup.sql and all I get is mysqldump: No match. This happens either i put --all-databases or I specify any of the databases. I want to do a backup as

Re: Mysqldump password issue

2008-10-02 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Brad Mettee wrote: | Shouldn't there be a space between -p and the password? Like this: | | mysqldump -u user -p passwd --all-databases backup.sql ~From the man page: The password to use when connecting to the server. If you use the