You can install MySQL for Windows here.
The new MySQL install very convenient. But is made for Windows.
https://dev.mysql.com/downloads/installer/
Give this article a read for Linux
https://ubuntu.com/server/docs/databases-mysql
You can install MySQL for linux like this :
sudo apt install mysql-server sudo service mysql status