After installation MariaDB-Server needs configuration.
First step of MariaDB-Server configuration is setting root password.
Launch MariaDB-server in safe mode with command:
mysqld_safe --user=mysql 2>&1 >/dev/null &
Set root password
mysqladmin -u root password
After setting root password MariaDB-server can be stoped
mysqladmin -p shutdown
To start MariaDB-server on system startup you have to run command:
cd /usr/share/blfs-systemd-units make install-mysqld