User Tools

Site Tools


info:mysql:user:password

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.txt · Last modified: 2013-03-01 21:50 by andunix