What Is \\\"mysqld\\\"?

Answer

\"mysqld\" is MySQL server daemon program which runs quietly in background on your computer system. Invoking \"mysqld\" will start the MySQL server on your system. Terminating \"mysqld\" will shutdown the MySQL server. Here is a tutorial example of invoking \"mysqld\" with the \"--console\" option:

>cd mysqlbin
>mysqld --console
... 21:52:54 InnoDB: Started; log sequence number 0 43655
... 21:52:54 [Note] mysqld: ready for connections. Version: \'5.0.24-community\' socket: \'\' port: 3306 MySQL Community Edition (GPL)

The returning message indicates that \"mysqld\" running now, and your MySQL server is ready to take client connections. To know about \"mysqld\", read other parts of this FAQ collection.

All sql dba Questions

Ask your interview questions on sql-dba

Write Your comment or Questions if you want the answers on sql-dba from sql-dba Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---