|
|
set /change password in MYSQL - Mysql
|
Views : 738
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Hi...
Use the below query to change/set the password in MYSQL Query Browser.
SET PASSWORD FOR root@localhost=OLD_PASSWORD('newpassword');
Example:
SET PASSWORD FOR root@localhost=OLD_PASSWORD('mysql');
Now, Password can be changed to mysql.
|
|
By - Nirmala, On - 2009-06-29 |
|
|
|