不能找回的,,,,密码是加密了的。。重新改过密码就行啦,,,
use mysql;
update user set password=PASSWORD('123') where user='root';
flush privileges;然后重启mysql服务