Hello. I use Fedora 29. I mariadb trying to start the mariadb server using the systemctl start mariadb . I get the error Failed to start mariadb.service: Unit mariadb.service not found . Also tried the commands:

systemctl status mariadb
Unit mariadb.service could not be found.

systemctl start mariadb.service
Failed to start mariadb.service: Unit mariadb.service not found.

systemctl start mysql
Failed to start mysql.service: Unit mysql.service not found.

systemctl enable mariadb
Failed to enable unit: Unit file mariadb.service does not exist.

systemctl daemon-reload
<ничего не выводит>

I tried all this with and without sudo . Still does not see.

mariadb-server is installed:

dnf install mariadb-server Пакет mysql-community-server-8.0.15-1.fc29.x86_64 уже установлен.

Just starting to master Linux, I can not understand what's the matter.

    0