mysql -hlocalhost -uroot -p #修改密码mysql> set password for root@localhost = password('root');#启动数据库 net start mysql (对应的服务关闭命令为 net stop mysql)