MySql User Passwords
You can specify the password in a number of ways
as a parameter to a mysql client command
~/.my.cnf for all mysql clients
[client]
user="myuser"
password="mypassword"
~/.my.cnf for specific mysql clients
[mysql]
user="myuser"
password="mypassword"
[mysqlshow]
user="myuser"
password="mypassword"
There are no comments on this page. [Add comment]