net stop service
mysqld --skip-grant-tables
mysql -u root
update mysql.user set password = password('123456') where user='root'; flush privileges;