Log onto mysql as root
use mysql;
update user set password=PASSWORD("newpassword") where user='root';
flush privileges;
No comments:
Post a Comment