CodingForums.com
>
:: Server side development
>
MySQL
> channging password on command line
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');
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.