Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 141 to 150 of 547 total results
https://dev.mysql.com/doc/refman/8.0/en/mysql-installation-windows-path.html
Warning You must exercise great care when editing your system PATH by hand; accidental deletion or modification of any portion of the existing PATH value can leave you with a malfunctioning or even unusable system. To make it easier to invoke MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html
Note Global replication filters cannot be used on a MySQL server instance that is configured for Group Replication, because filtering transactions on some servers would make the group unable to reach agreement on a consistent state. Channel specific ... This section explains the server options and system variables that apply to replica servers and contains the following: Startup Options for Replica Servers System Variables Used on Replica Servers Specify the options either on the command line or in an option ...
https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html
Proxy user support: PAM authentication can return to MySQL a user name different from the external user name passed by the client program, based on the PAM groups the external user is a member of and the authentication string provided. Optionally, ... Note PAM pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html
Using the credentials thus obtained, the server-side plugin then communicates with the LDAP server to interpret LDAP authentication messages and retrieve LDAP groups. If authentication_ldap_sasl_group_search_attr has its default value of cn, ...If ...
https://dev.mysql.com/doc/refman/8.0/en/thread-pool-operation.html
The thread pool consists of a number of thread groups, each of which manages a set of client connections. As connections are established, the thread pool assigns them to thread groups in round-robin fashion. thread_pool_dedicated_listeners: ...The ...
https://dev.mysql.com/doc/refman/8.0/en/added-deprecated-removed.html
group_replication_autorejoin_tries: Number of tries that member makes to rejoin group automatically. group_replication_clone_threshold: Transaction number gap between donor and recipient above which remote cloning operation is used for state ...
https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html
This variable is primarily intended to support replication from a MySQL 5.7 or older replication source server to a MySQL 8.0 replica server, or group replication with a MySQL 5.7 primary node and one or more MySQL 8.0 secondaries. The value of ...
https://dev.mysql.com/doc/refman/8.0/en/select.html
[into_option] [FROM table_references [PARTITION partition_list]] [WHERE where_condition] [GROUP BY {col_name | expr | position}, ... In the WHERE expression, you can use any of the functions and operators that MySQL supports, except for aggregate ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-disk-data-objects.html
A tablespace contains one or more data files and one or more undo log file groups. NDB Cluster tablespaces and log file groups are not implemented as files. For example, you cannot have a tablespace and a log file group both named dd1. Create a ...
https://dev.mysql.com/doc/refman/8.0/en/history.html
We started out with the intention of using the mSQL database system to connect to our tables using our own fast low-level (ISAM) routines. However, after some testing, we came to the conclusion that mSQL was not fast enough or flexible enough for ...
Displaying 141 to 150 of 547 total results