mysql常用命令(备忘)

1.登录

mysql -u帐号 -p密码

 

2.修改密码

set password for 用户名@localhost = password(新密码);