Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (22.5k points)
edited by

I was using Ubuntu 12.04 LTS in my system.

How can I restart SQL Server remotely?

Details of MYSQLserver are mentioned below:

Server: Localhost via UNIX socket

Server type: MySQL

Server version: 5.5.40-0ubuntu0.14.04.1 - (Ubuntu)

Protocol version: 10

User: root@localhost

Server charset: UTF-8 Unicode (utf8)

1 Answer

0 votes
by (11.1k points)
edited by

Try these commands

sudo service mysql stop;
sudo service mysql start

Interested in SQL? Check out this SQL Certification by Intellipaat. 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 19, 2020 in SQL by Vamsee Krishna (22.5k points)

Browse Categories

...