Let’s start the discussion about How to restart mariadb in Ubuntu in following methods.
Contents
Start mariadb
To start Mariadb server in Ubuntu use the below command.
systemctl start mariadb
Stop Mariadb
To Stop Mariadb Server in Ubuntu use:
systemctl stop mariadb
Restart Mariadb
To Restart Mariadb server in Ubuntu use:
systemctl restart mariadb
I hope the strategies listed above work for you. Happy coding and come back again.
Similar Post : How to save Git password globally