Mysqldump password issue
- From: Andrei Brezan <andrei693@xxxxxxxxx>
- Date: Thu, 02 Oct 2008 20:12:12 +0300
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:
mysqldump -u root -p --all-databases >backup.sql
I get the password prompt, I type the passwd and everythig works great.
It seems that there is a problem with -p, i've tried --password with
same result.
If anyone has any ideea please let me know about it.
I mention that i use Freebsd 7_0 and mysql 5.0.67
Thank you
--
Andrei Brezan
310280 Arad - Romania
mobile <+40 740 089 315>
email <andrei@xxxxxxxxxxxxxxxx>
www <http://www.bsoft-company.ro/>
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Mysqldump password issue
- From: Ivailo Tanusheff
- Re: Mysqldump password issue
- From: Matthew Seaman
- Re: Mysqldump password issue
- From: Pietro Cerutti
- Re: Mysqldump password issue
- Prev by Date: Re: Securing system with kern.securelevel
- Next by Date: ssh jail
- Previous by thread: mysqldump no match issue
- Next by thread: Re: Mysqldump password issue
- Index(es):
Relevant Pages
|