MySQL Forums
Forum List  »  Newbie

Worked
Posted by: Kumararaja Rajanayagam
Date: February 20, 2008 06:17AM

Login to MySql Command lIne client
mysql> GRANT ALL ON *.* to root@localhost IDENTIFIED BY 'rootpassword';

// This is enable connection access for local host
// obviously change the rootpassword as per your password

Options: ReplyQuote


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


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.