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 1671 to 1680 of 1865 total results
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/show-engines.html
For information about MySQL storage engines, see Chapter 17, The InnoDB Storage Engine, and Chapter 18, Alternative Storage Engines. In the latter case, the error log should contain a reason indicating why the option is disabled. SHOW [STORAGE] ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-tablespaces-table.html
For InnoDB, the INFORMATION_SCHEMA INNODB_TABLESPACES and INNODB_DATAFILES tables provide tablespace metadata. Other INFORMATION_SCHEMA tables may provide related information: For NDB, the INFORMATION_SCHEMA FILES table provides tablespace-related ...It is deprecated; expect it to be removed in a future MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/sys-processlist.html
db The default database for the thread, or NULL if there is none. For use with MySQL HeatWave Service and MySQL HeatWave, where the PRIMARY engine is InnoDB and SECONDARY engine is MySQL HeatWave (RAPID). source The source file and line number ...By ...
https://dev.mysql.com/doc/refman/8.0/en/replication-rbr-usage.html
When binary log events were written in row-based format and you want to read or recover from a replication or database failure you can use this command to read contents of the binary log. When the system variable replica_exec_mode or slave_exec_mode ...The type of binary log used impacts the size and efficiency of ... MySQL uses ...
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 ...
Displaying 1671 to 1680 of 1865 total results