Revision: 3958
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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