User Tools

Site Tools


info:mysql:user:password
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

This is an old revision of the document!


MySQL: Change Password

  • Replace {passwd} with the password of the user.
  • Replace {user} with the name of the user.
GRANT USAGE ON * . * 
TO '{user}'@'%' 
IDENTIFIED BY '{passwd}' ;
info/mysql/user/password.1362171051.txt.gz · Last modified: 2013-03-01 20:50 by andunix