在[mysqld]的段中加上一句:skip-grant-tables 如下
[mysqld]
skip-grant-tables
即可不输入密码就可以进入mysql server,然后就可以随便修改数据库了中的root密码了。