MySQL Forums
Forum List  »  Newbie

Possible Solution
Posted by: Luis Alberto Castrillo Velilla
Date: October 21, 2009 10:08AM

THE SOLUTION IS:

INTRO TO MySQL Command Line Client and press "Intro".
Then writes:

mysql>UPDATE mysql.user SET Password=PASSWORD("miclave") WHERE User="root";

-> press "Intro" and then writes:

mysql>FLUSH PRIVILEGES;

-> press "Intro" and ready!.

Options: ReplyQuote


Subject
Written By
Posted
March 06, 2007 11:22PM
February 20, 2008 06:17AM
August 04, 2009 09:05PM
December 15, 2005 12:56AM
March 03, 2009 11:07PM
Possible Solution
October 21, 2009 10:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.