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 1681 to 1690 of 1865 total results
https://dev.mysql.com/doc/refman/8.0/en/set-names.html
If given, the collation must one of the permitted collations for charset_name. SET NAMES {'charset_name' [COLLATE 'collation_name'] | DEFAULT} This statement sets the three session system variables character_set_client, character_set_connection, ...
https://dev.mysql.com/doc/refman/8.0/en/start-group-replication.html
You must issue a START GROUP_REPLICATION statement to provide the credentials again. Note that user credentials set using these statements are stored in the replication metadata repositories, and are used when START GROUP_REPLICATION is specified ...
https://dev.mysql.com/doc/refman/8.0/en/statement-caching.html
When the server uses a cached internal statement structure, it must take care that the structure does not go out of date. Metadata changes can occur for an object used by the statement, causing a mismatch between the current object definition and ...
https://dev.mysql.com/doc/refman/8.0/en/stop-group-replication.html
Any user credentials that you specified in the START GROUP_REPLICATION statement when starting Group Replication on this member are removed from memory, and must be supplied when you start Group Replication again. This statement requires the ...
https://dev.mysql.com/doc/refman/8.0/en/time.html
The hours part may be so large because the TIME type can be used not only to represent a time of day (which must be less than 24 hours), but also elapsed time or a time interval between two events (which may be much greater than 24 hours, or even ...
https://dev.mysql.com/doc/refman/8.0/en/apis-perl.html
The Perl DBI module provides a generic interface for database access. Optionally, the DBD module for any other type of database server you want to access. You can write a DBI script that works with many different database engines without change. To ...It replaces an older interface called mysqlperl, which should be considered ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-disabling.html
The audit_log_disable variable can be set in a MySQL Server option file, in a command-line startup string, or at runtime using a SET statement; for example: SET GLOBAL audit_log_disable = true; Setting audit_log_disable to true disables the audit ...
https://dev.mysql.com/doc/refman/8.0/en/charset-collation-implementations.html
It is a case-insensitive collation, so the uppercase and lowercase versions of a character have the same weights and they compare as equal. Complex collations for 8-bit character sets This kind of collation is implemented using functions in a C ...
https://dev.mysql.com/doc/refman/8.0/en/checking-rpm-signature.html
Rather, RPM maintains a separate keyring because it is a system-wide application and a user's GPG public keyring is a user-specific file. To import the MySQL public key into the RPM keyring, first obtain the key, then use rpm --import to import the ...RPM 4.1 no longer uses your personal GPG keyring (or GPG ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-option-variable-reference.html
Table 7.7 Clone System Variable Reference Name Cmd-Line Option File System Var Status Var Var Scope Dynamic clone_autotune_concurrency Yes Yes Yes Global Yes clone_block_ddl Yes Yes Yes Global Yes clone_buffer_size Yes Yes Yes Global Yes ...
Displaying 1681 to 1690 of 1865 total results