For When You Can't Have The Real Thing
[ start | index | login ]
start > mysql > change user password

change user password

Created by dave. Last edited by dave, 6 years and 196 days ago. Viewed 1,602 times. #1
[edit] [rdf]
labels
attachments
(2017-09-13)

Changing A user Password

> update mysql.user set Password=PASSWORD('newpass') WHERE user='username';
> flush privileges;
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt