日期:2014-05-16  浏览次数:20894 次

修改mysql的root密码

use MySQL;

update user set password=password('new password') where user?= 'root';?