![]() | 1 | initial version |
Did you install mariadb-server
?
If the install was successful, you should be able to start the service with
sudo systemctl start mariadb
Use sudo systemctl status mariadb
to check the status.
If you want mariadb to start at boot:
sudo systemctl enable mariadb