mysqld
mysqld is the server component of the MySQL relational database management system. It runs as the MySQL daemon and is responsible for handling client connections, parsing and executing SQL statements, enforcing access control, managing transactions, and storing and retrieving data. It can run as a system daemon on Unix-like systems or as a background service on Windows. By default it listens on port 3306 and can also communicate over a Unix socket or Windows named pipe.
Architecture and operation: mysqld is multithreaded and supports multiple storage engines, with InnoDB as the default
Configuration and data: the server data directory contains databases and system tables. Configuration is typically read
Administration and monitoring: common tools include MySQL Shell, mysql, mysqladmin, mysqldump, and mysqlbinlog. The server's status