Re: password assign for localhost

2001-05-31 Thread Alice
IL PROTECTED]> Sent: Thursday, May 31, 2001 3:36 PM Subject: RE: password assign for localhost > > You must, after updating the user table, FLUSH PRIVILEGES > > And you should also set the password using the PASSWORD-command. > >update mysql.user >set passwo

RE: password assign for localhost

2001-05-31 Thread David Lidström
You must, after updating the user table, FLUSH PRIVILEGES And you should also set the password using the PASSWORD-command. update mysql.user set password = PASSWORD('abc') where user = 'root' and then FLUSH PRIVILEGES /d -Original Message- From: Alice [mai