Partially taken from here, but some info is outdated, some missing, because I was unable to finish setup with those manual.
So, what we have?
Freshly installed Centos 7 and root access.
Steps need to be done:
yum -y updateyum localinstall -y https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpmyum --disablerepo=mysql80-community --enablerepo=mysql57-community install mysql-community-server mysql-develsystemctl start mysqld.servicesystemctl enable mysqld.service