MySQL Forums
Forum List  »  PHP

Re: php 5.4 and 'passwords' for MySQL 5.xx DB
Posted by: David Bagnara
Date: April 14, 2012 07:39PM

I guess at step 2 you should have

update mysql.user set Password=password('abcd1234') where User='root' ;

Options: ReplyQuote


Subject
Written By
Posted
Re: php 5.4 and 'passwords' for MySQL 5.xx DB
April 14, 2012 07:39PM


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.