HowTo SSH Restart Mysql Server on a Linux and Unix Command Line
To restart the MySQL server on a Linux or Unix system over an SSH connection, you can use the following command: sudo service mysql restart This command uses the sudo command to run the service command with superuser privileges. The service command is used to manage system services, and the mysql argument specifies the MySQL … Read more