To stop/restart and disable mariadb service use the following commands:
Stop

# sudo systemctl stop mariadb.service

Restart

# sudo systemctl restart mariadb.service 

Disable at boot time

# sudo systemctl disable mariadb.service 

Check Status

# sudo systemctl is-active mariadb.service 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.