MySQL server-side Use tool program
mysqld-SQL Daemon (that is, the MySQL server process). The program must start running to connect to the server to access the database.
mysqld_safe-Server startup script, you can start the MYSQLD server through Mysqld_safe. Mysqld_safe adds some security features, such as restarting the server and writing run time information to the error day to the file when an error occurs.
mysql.server-Server startup script. The script is used to use a system that contains a running directory of scripts that run startup services for a specific level.
mysqld_multi-A server startup script that can start or stop multiple servers installed on the system.
MySQL Installation Related Programs
comp_err-Compile the MySQL error message file.
mysql_install_db-the script creates a MySQL authorization table with default permissions. This is usually done only once when MySQL is first installed on the system.
mysql_plugin-Configure the MySQL server plugin.
mysql_secure_installation-Improve the security of MySQL installation.
mysql_ssl_rsa_setup-Create a Ssl/rsa file.
mysql_tzinfo_to_sql-Load time zone table.
mysql_upgrade-Check and upgrade MySQL table.
MySQL Client Using tool program
mysql-MySQL command line tool.
mysqladmin-for managing MySQL server clients.
mysqlcheck-Table Maintenance Program.
mysqldump-Database Backup program.
mysqlimport-Data Import program.
mysqlpump-Database Backup program.
mysqlsh-Execute MySQL command under shell.
mysqlshow-Displays information about databases, tables, and columns.
mysqlslap-Load emulation client.
MySQL Program Development Tools
mysql_config-Compile the display options for the client.
my_print_defaults-Options for displaying options files.
resolve_stack_dump-Parse the digital stack trace dump to symbol.
MySQL Management Utility
innochecksum-Offline InnoDB file Verification tool.
myisam_ftdump-Displays full-text index information.
myisamchk-MyISAM Table Maintenance utility.
myisamlog-Displays the contents of the MyISAM log file.
myisampack-Generate compression, read-only MyISAM table.
mysql_config_editor-MySQL Configuration Utility.
mysqlbinlog-handles the utility of binary log files.
mysqldumpslow-Summarize slow query log files.
Miscellaneous procedures
lz4_decompress-Decompress mysqlpump lz4 compressed output.
perror-explains the error code.
replace-A string substitution tool.
resolveip-resolves host names to IP addresses or vice versa.
zlib_decompress-Decompress mysqlpump zlib compressed output.
Reference:
HTTPS://GITHUB.COM/JAYWCJLOVE/MYSQL-TUTORIAL/BLOB/MASTER/CHAPTER2/2.4.MD (the above content is transferred from this article)
MySQL command line tool function description (GO)