[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
All MySQL programs take many different options. However, every
MySQL program provides a --help
option that you can use
to get a description of the program's options. For example, try
mysqld --help
.
You can override default options for all standard programs by specifying options on the command line or in an option file. 4.3 Specifying Program Options.
The following list briefly describes the server-related MySQL programs:
mysqld
mysqld-max
mysqld_safe
mysqld_safe
attempts to start mysqld-max
if it exists, and
mysqld
otherwise.
mysql.server
mysqld_safe
to start the MySQL server.
mysqld_multi
mysql_install_db
mysql_fix_privilege_tables
There are several other programs that also are run on the server host:
myisamchk
myisamchk
is described in
5.6.2 Using myisamchk
for Table Maintenance and Crash Recovery.
make_binary_distribution
support.mysql.com
for the
convenience of other MySQL users.
mysqlbug
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |