BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] mysql question
- Subject: [Discuss] mysql question
- From: bill.n1vux at gmail.com (Bill Ricker)
- Date: Sat, 21 Nov 2020 16:25:52 -0500
- In-reply-to: <20201121141057.GA670979@aldeberon.localdomain>
- References: <20201121141057.GA670979@aldeberon.localdomain>
On Sat, Nov 21, 2020 at 9:13 AM dan moylan <jdm at moylan.us> wrote: > mysqldump -u moylanus_moy -p'********' -l moylanus_dat > moylanus_dat.sql > the script runs fine on my local computer, but on the remote > one i get a warning that the password on the command line is > insecure -- access denied. is there some way around this? > That is correct, it is insecure. On a server, commandlines are visible between users. Better practice is to have a ~/.my.conf file or elsewhere - you can use a commandline variable to redirect https://stackoverflow.com/questions/16299603/mysql-utilities-my-cnf-option-file
- References:
- [Discuss] mysql question
- From: jdm at moylan.us (dan moylan)
- [Discuss] mysql question
- Prev by Date: [Discuss] mysql question
- Next by Date: [Discuss] mysql question
- Previous by thread: [Discuss] mysql question
- Next by thread: [Discuss] mysql question
- Index(es):