What is mysql sleep process?



What is mysql sleep process?..

Answer / Chandra Kant

The MySQL sleep process (also known as the mysqld_safe or mysqld) is the main MySQL server process that manages the database and handles client connections.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Is pdo more secure than mysqli?

1 Answers  


How many ways we can we find the current date using MySQL?

5 Answers  


How to use in conditions?

1 Answers  


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

1 Answers  


why we are join a tow table

1 Answers  


What is normalization and list the different types of normalization?

1 Answers  


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


How many rows can mysql handle?

1 Answers  


How do I use mysql?

1 Answers  


How do you restart mysql?

1 Answers  


What is a deterministic function?

1 Answers  


Why do we write stored procedures?

1 Answers  


Categories