use mysql; update user set password=password('root') where user='root';flush privileges; mysql
修改root用户的密码为rootsql
而后点击运行,就修改为功啦!spa