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
L PROTECTED]>
Sent 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 spe
-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
shor
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 u
-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
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
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
-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
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:
mysql