How to start the mysql daemon on Leap 42.1 ?

How does one start the mysqld daemon on Leap 42.1?
I installed Leap 42.1 and also mysql-community-server from yast, and cannot find how to start the daemon.
/etc/init.d/mysql is not there.

rpm query lists mysql-community-server-5.6.30-16.2.x86_64 along with many other mysql rpms.

mysql-community-server-client-5.6.30-16.2.x86_64
libmysqld18-10.0.22-3.1.x86_64
libmysqlclient18-10.0.22-3.1.x86_64
libreoffice-base-drivers-mysql-5.0.4.2-4.1.x86_64
mysql-community-server-errormessages-5.6.30-16.2.x86_64
mysql-community-server-bench-5.6.30-16.2.x86_64
libqt4-sql-mysql-4.8.6-10.2.x86_64
libmysqlclient_r18-10.0.22-3.1.x86_64
libmysqlcppconn7-1.1.6-3.3.x86_64
libQt5Sql5-mysql-5.5.1-10.1.x86_64
libmysql56client18-5.6.30-16.2.x86_64
perl-DBD-mysql-4.021-11.7.x86_64

Thanks.

Maybe it is working with systemd?

systemctl status mysql.service

You can do it with

systemctl enable mysqld
systemctl start mysqld

.
Or you can do it Yast2 > System > Service Manager.