How To Reset the MySQL root Password

Published Date Author: , Posted December 31st, 2013 at 9:20:39am

update mysql.user set password=PASSWORD('Your New Password Here') where user='root';

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.