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

mysql修改当前登录用户的密码

mysql -h192.168.1.12 -uabc -p123;

set password = password('123456');