Install latest version of MySQL via scoop package manager on Windows. If you want to install specific version of MySQL, just replace "mysql" with "mysql@version". For example: "[email protected]".
scoop install mysql -g
cd C:\ProgramData\scoop\apps\mysql\current\bin
mysqld --install MySQL --defaults-file="C:\ProgramData\scoop\apps\mysql\current\my.ini"
net start MySQL
net stop MySQL
Note: you can use Task Manager -> Services tab -> MySQL to start/stop without commands above.