|
Home >> FAQs/Tutorials >> MySQL Tutorials
MySQL Tutorial - What Is MySQL Server Daemon - mysqld
By: FYIcenter.com
(Continued from previous topic...)
What Is the MySQL Server Daemon - mysqld?
"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 \mysql\bin
>mysqld --console
... 19:52:54 InnoDB: Started; log sequence number 0 43655
... 19:52:54 [Note] mysqld: ready for connections.
Version: '5.0.24-community' socket: '' port: 3306
MySQL Community Edition (GPL)
(Continued on next topic...)
- What Is the MySQL Server Daemon - mysqld?
- What Are the "mysqld" Command Line Options?
- How To Start MySQL Server Daemon mysqld?
- How To Properly Shutdown MySQL Server Daemon mysqld?
- How Much Memory Does the Server Take?
- How To Turn on Query Logs?
- How To Turn on Error Logs?
- What Is Binary Log File?
- How To Turn on Binary Logs?
- How To Use mysqlbinlog to View Binary Logs?
- How To Run MySQL Server on a Different Port?
- How To Connect to MySQL Server on a Different Port?
|