mysql/bin/mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.0.51b-community-nt MySQL Community Edition (GPL)
>use mysql
>update user set password=password("new_pass") where user="root";
>flush privileges;
>exit
结束mysqld-nt进程。
net start mysql