Hi,
You can simply run the following commands and check weather the service is running or not.
1. To start the service
$ systemctl start mysqld.service
2. To check the service status
$ systemctl status mysqld.service
3. To make permanent activated
$ systemctl enable mysqld.service
Hope this will clear your doubt.
Thank You