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

MySql 修改root密码
进入mysql数据库

mysql>update user set password=PASSWORD(‘cx’) where User='root';