PDA

View Full Version : channging password on command line


meediake
12-20-2003, 04:39 PM
how to change my mysql password on command line?

raf
12-21-2003, 12:41 AM
after logging in:

SET PASSWORD FOR 'username'@'localhost' = PASSWORD('new password');