The MySQL Server
mysqld
is the MySQL server.
It is a daemon.
mysqld
has:
Startup options that the server supports
Server system variables
Server status variables
Several SQL modes
A shutdown process
Not all storage engines are supported by all MySQL server binaries and configurations.
Use
SHOW ENGINES
to determine which storage engines are supported by the current MySQL server installation.
What are the MySQL
command options
?
© 2007 John Michael Pierobon
Notes