Return to Snippet

Revision: 3958
at October 9, 2007 06:18 by therobot


Initial Code
UPDATE mysql.user SET Password = PASSWORD('newpwd') WHERE User = 'root';
FLUSH PRIVILEGES;

Initial URL

                                

Initial Description

                                

Initial Title
Change password for mysql root user on debian

Initial Tags
mysql

Initial Language
SQL