修改密码如果在MySQL配置文件中有skip-grant-tables这个参数,登录时不需要密码,可以直接登录。flush privileges;alter user user() identified by 'root'; -- 可以不要use mysql;-- 修改本地登录密码