How to automatically start mysql on Centos 7

When I tried to make auto start for mysql on Centos 7 I just received such message:

mysql autostart error

Just do it:

chkconfig --level 345 mysqld on

And your mysql server will work after reboot.

mysql working