4.10 Unix Signal Handling in MySQL

On Unix and Unix-like systems, a process can be the recipient of signals sent to it by the 'root' system account or the system account that owns the process. Signals can be sent using the *note 'kill': kill. command. Some command interpreters associate certain key sequences with signals, such as 'Control+C' to send a 'SIGINT' signal. This section describes how the MySQL server and client programs respond to signals.

Server Response to Signals

*note 'mysqld': mysqld. responds to signals as follows:

Client Response to Signals

MySQL client programs respond to signals as follows:

 File: manual.info.tmp, Node: server-administration, Next: security, Prev: programs, Up: Top

5 MySQL Server Administration *****************************

MySQL Server (*note 'mysqld': mysqld.) is the main program that does most of the work in a MySQL installation. This chapter provides an overview of MySQL Server and covers general server administration:

For additional information on administrative topics, see also:

 File: manual.info.tmp, Node: mysqld-server, Next: data-directory, Prev: server-administration, Up: server-administration