文章目录 1 修改用户密码 1 修改用户密码 SET PASSWORD FOR ‘root’@‘localhost’ = PASSWORD(‘xxxx#’); SET PASSWORD FOR ‘root’@‘%’ = PASSWORD(‘xxxxx#’); FLUSH PRIVILEGES;