MySQL 基础命令 基础命令 修改密码 alter user ‘root’@‘localhost’ identified by ‘Root@123456’; set password for 'root'@'localhost' password('123456'); # 5.6版本 查看m