Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
                                Example: [mysqld_safe] malloc-lib=/opt/lib/libtcmalloc_minimal.so --mysqld=prog_name Command-Line Format --mysqld=file_name Type File name The name of the server program (in the ledir directory) that you want to start. --mysqld-version=suffix ...A ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html
                                A companion section lists MySQL server options and variables that have been added, deprecated, or removed in MySQL 8.4; see Section 1.5, “Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 8.4 since 8.0”. To enable ...
                                            
                https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
                                The server program would, of course, continue by returning several times in a row, sending a packet to the client saying "Okay", and ending up back in the loop inside the handle_one_connection function.  And now we're going to walk through something ...WARNING WARNING WARNING: code changes constantly, so names and parameters may have changed by the time you read ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-conf-options.html
                                If enabled, read-only queries are directed to read-only servers, and read-write queries are directed to read-write servers. For example, to configure logger to use the file, console and the event log each using the debug log level configured in the ... When started, MySQL Router reads a list of configuration files that together make up the configuration of the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
                                (The SPN and same key also must be created in the Kerberos server.) The file may contain multiple service principal names and their respective key combinations. The file must be generated by the Kerberos server administrator and be copied to a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqld-multi.html
                                Make sure that the MySQL account used for stopping the mysqld servers (with the mysqladmin program) has the same user name and password for each server. It can start or stop servers, or report their current status. Note For some Linux platforms, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/gone-away.html
                                 This section also covers the related Lost connection to server during query error. The most common reason for the MySQL server has gone away error is that the server timed out and closed the connection. Error Code Description CR_SERVER_GONE_ERROR ...In this case, you normally get one of the following error codes (which one you get is operating ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-upgrade.html
                                 Important You may encounter technical challenges during a server upgrade or downgrade, and it is beyond the function of MySQL Enterprise Backup, as a backup tool, to ensure a successful server upgrade or downgrade. Users interested in the topic are ...Perform any other additional upgrade steps that might be required for your platform or distribution as documented in the MySQL reference ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
                                These system variables must have the same value on all group members, and require a full reboot of the group (a bootstrap by a server with group_replication_bootstrap_group=ON) in order for the value change to take effect. Most system variables for ... This section lists the system variables that are specific to the Group Replication ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-server.html
                                MySQL Enterprise Service Manager supports using a bundled MySQL server, or a separate MySQL server provided by the user. To use your own MySQL server, the server must be installed and running before installation. --dbhost Hostname or IP address of ... The following options let you customize the installation process for MySQL Enterprise Service ...