what is 'mysqld'? : Sql dba



what is 'mysqld'? : Sql dba..

Answer / Sumit Mukherjee

'mysqld' is the MySQL server daemon (daemon means a program that runs in the background continuously). It manages databases and handles client connections.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do you determine the current isolation level? : Transact sql

1 Answers  


What is user defined functions?

1 Answers  


.  have a tablle like this: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 I Want below o/p: cust acc --------------- a 1 b 2|3 c 4|5|6 Please any one can you have any ideas share me. I have urgent requirement. CUST         ACC a            dv b            fg b            bh c            mk c            cl c            so result:- A  B   c dv fg mk    bh cl       so

3 Answers  


If an unique key constraint on DATE column is created, will it validate the rows that are inserted with SYSDATE?

4 Answers  


What are the two characteristics of a primary key?

1 Answers  


what is sql.

7 Answers   Ericsson, Hewitt,


What is percent sign in sql?

1 Answers  


How to trace the errors in pl/sql block code?

5 Answers   TCS,


What is trigger types of trigger?

1 Answers  


What are user defined functions?

1 Answers  


What is plpgsql language?

1 Answers  


how to run 'mysql' commands from a batch file? : Sql dba

1 Answers  


Categories