Evan's posterous

Adventures in pomodoro and other such things

« Back to posts
  • Viewed
    times

Filed under

  • mysql
May 3, 2008

change user password on mysql

  • Edit
  • Delete
  • Tags
  • Autopost

mysql mysql
SELECT `Host`, `User`, `Password` FROM `user`;
set password for 'auser'@'%' = password('changeme');
flush privileges;

  • 0 responses
  • Like
  • Comment