How can I see connections in mysql?



How can I see connections in mysql?..

Answer / Dhirendra Singh Negi

Use the command 'SHOW PROCESSLIST;' while connected to the MySQL server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is mysql slow query?

1 Answers  


What are the indexes in mysql?

1 Answers  


I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.

1 Answers  


How can we get total number of records by query in mysql?

1 Answers  


What is unique key in mysql?

1 Answers  


What is mysqli_free_result?

1 Answers  


How many sql dml commands are supported by 'mysql'?

1 Answers  


What is mysql installer?

1 Answers  


how to add a new column to an existing table?

1 Answers   MCN Solutions,


write a query to mysql in safe mode and to change the root password

1 Answers  


What is the latest mysql version?

1 Answers  


Why to use char instead of varchar in the database?

1 Answers  


Categories