How to shutdown mysql server?



How to shutdown mysql server?..

Answer / Ravi Shekhar Kumar

To shut down the MySQL server, you can use the command `sudo service mysql stop` (for Ubuntu/Debian) or `sudo systemctl stop mysql` (for CentOS/RHEL).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the difference between char and varchar in mysql?

1 Answers  


How do I free up space in mysql?

1 Answers  


What is mysql in dbms?

1 Answers  


how many ways we can get the current date in mysql?

2 Answers  


What are the differences between a primary key and foreign key?

1 Answers  


What is the difference between float and double?

1 Answers  


What is trigger in mysql with example?

1 Answers  


How to save images in MySQL?

2 Answers  


What are date and time intervals?

1 Answers  


How can you change the password of a mysql user?

1 Answers  


How do I truncate all tables in mysql?

1 Answers  


What are the different column comparison operators in mysql?

1 Answers  


Categories