How do I kill a mysql connection?



How do I kill a mysql connection?..

Answer / Pawan Kumar Shukla

To kill an active MySQL connection, use the 'kill' command with the process ID (PID) of the connection. To find the PID of a connection, run the 'SHOW FULL PROCESSLIST;' command and look for your connection in the output.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is acid in mysql?

1 Answers  


What is mysql common?

1 Answers  


What is a crosstab query?

1 Answers  


Can we join 3 tables in mysql?

1 Answers  


How do you start MySQL on Linux?

3 Answers  


What are the different tables present in MySQL?

1 Answers  


What is triggers and how it can be used in mysql?

1 Answers  


How we can get the current date in mysql?

1 Answers  


What are date and time functions in mysql?

1 Answers  


What is normalization and list the different types of normalization?

1 Answers  


What are the objects can be created using CREATE statement?

1 Answers  


how to Return total number of rows.

1 Answers  


Categories