How To Restart Sql Service In Linux
Systemctl is a controller or utility of Systemd(is an init system with compost for a set of programs executed in the groundwork), with auxiliary in manage services, these commands are executed in mode root if you aren't mode root the system, requesting the password of root.
i. List all services:
systemctl list-unit-files --type service -all
2. Control Start:
Syntax:
sudo systemctl offset service.service
The control start serves for starting (activate) one or more than units specified on the command line.
Example:
sudo systemctl outset mariadb
3. Control Cease:
Syntax:
sudo systemctl stop service.service
The command stop serves for stopping the service or (deactivate) one or more than units specified on the command line.
Example:
sudo systemctl stop mariadb
4. Command Status:
Syntax:
sudo systemctl status service.service
The command condition serves to check the status of the service. Show terse runtime status information about 1 or more units, followed by the almost contempo log data from the journal. If no units are specified, testify system condition.
Case:
sudo systemctl status mariadb
v. Command Restart:
Syntax:
sudo systemctl restart service.service
The command restart serves for restarting the service in execution. Cease and then first ane or more units specified on the command line. If the units are not running yet, they will be started.
Example:
sudo systemctl restart mariadb
half dozen. Control Enable:
Syntax:
sudo systemctl enable name_service.service
The enable command serves for executing the service since the initialization if consists of one or more units or unit instances. This will create a set of symlinks, as encoded in the [Install] sections of the indicated unit files. the organisation manager configuration is reloaded (in a style equivalent to daemon-reload), in lodge to ensure the changes are taken into account immediately.
Example
sudo systemctl enable mariadb
vii. Command Disable:
Syntax:
sudo systemctl disable name_service.service
The disable control serves for withdrawing the service since the initialization of one or more units. This removes all symlinks to the unit files backing the specified units from the unit configuration directory and hence undoes whatsoever changes made by enabling or link.
Example:
sudo systemctl disable mariadb
How To Restart Sql Service In Linux,
Source: https://www.geeksforgeeks.org/start-stop-restart-services-using-systemctl-in-linux/
Posted by: mcallisterhessium.blogspot.com
0 Response to "How To Restart Sql Service In Linux"
Post a Comment