修改mysql密码(简单粗暴)
执行命令顺序:1.快捷键 win + r,输入cmd进入命令行2.输入命令net stop mysql3.mysqld --skip-grant-tables4.mysql5.use mysql6.update user set password=password("123456") where user="root";注意:mysql5.7以以下版本:update user set authentication_string=password(&quo