Free Software Server Environment : MySqlUserPasswords

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

MySql User Passwords

You can specify the password in a number of ways
as a parameter to a mysql client command
-p password


~/.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]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1535 seconds