移除当前mysql
mysqld -remove mysql80
安装mysql
mysqld -install mysql80
初始化mysql并在控制台显示密码
mysqld --initialize --console
重新使用
net start mysql80